I just started my new job not too long ago as a full stack developer. Wanted to get your inputs!
For further actions, you may consider blocking this person and/or reporting abuse
I just started my new job not too long ago as a full stack developer. Wanted to get your inputs!
For further actions, you may consider blocking this person and/or reporting abuse
Soumyadeep Dey ☑️ -
Shrijal Acharya -
Peter Kim Frank -
Michael Tharrington -
Once suspended, shimphillip will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, shimphillip will be able to comment and publish posts again.
Once unpublished, all posts by shimphillip will become hidden and only accessible to themselves.
If shimphillip is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Phillip Shim.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag shimphillip:
Unflagging shimphillip will restore default visibility to their posts.
Top comments (13)
Git Graph - Something about being able to see branches helps me out
Image Preview - Easy way to see the image you are linking too
Turbo Console log - This is such an easy way to use log as a debugger
Todo Tree - This is nice if you create lots of TODOS - has all of them in one spot
I haven't heard any of them. I will definitely check them out!
SSH FS for being able to mount directories on a remote machine and being able to edit remote files within VS Code. Absolute life saver
Also not a vs code extension but I’ve just recently added GitKraken to my workflow and it is absolutely one of my favorite tools.
SSH FS sounds like a really handy tool. Thanks for sharing!
Great suggestions, I will check them out :)
VSC Todo with keyboard shortcuts to them is my project todo holder.
Bracket Pair Colorizer
Path Intellisense
gist.github.com/mandaputtra/7272ae...
My favorite ones as well!
There are a lot of such extensions. But if I tell you about the one, then that would be prettier, the one which helps me format my code when I save my file.
Lint and format code automatically - prettier-vscode for js, vscode-ruby-rubocop - for ruby
Get answer and code snippets to some programming questions - vscode-snippet
Have a couple I can think of at the top of my head
1) GitLens - It's an amazingly well built and extremely helpful.
2) DocumentThis - Gives a super nice comment format for documenting code.
Thanks for sharing! I will definitely checkout out DocumentThis.