Are you trying to setup your workspace so as to ease your work and boost your productivity? This is for you
When I started out, there was an overw...
For further actions, you may consider blocking this person and/or reporting abuse
I believe path intellisense is already supported
Sami no it isn't in VS code. It's a plugin.
However, editors like brackets do
If you have doubts check this stackover question
@babib VS Code has built-in support. The link you added is an old one. Auto Rename Tag isn't needed either. It's built-in. @sami_hd is right.
You can enable it by searching your settings for editor.linkedEditing
Oh, ok thanks a lot 😊
Hello Sami! Thanks for the correction 😊
I am a little confused by the fact that you used Shades of Purple VSCode theme's gif in the featured image and didn't mention it in the article at all. 🤔
It makes a pretty gif.
Doesn't make it OK. I'd suggest either you mention the theme or remove my theme's gif as otherwise it's misleading.
Nice article with list useful vs code extension.
You forgot to try Gitlens and Git Graph for Git operation in VS Code.
Also maybe you can try Mayukai Theme with balanced syntax coloring
Along with the LiveServer extension, I also strongly recommend the MongoDB for VS Code extension. Having a live playground for database documents, being able to live-edit them and view changes as my projects make them? It's huge.
If you write JavaScript try quokka.
quokkajs.com/
Quokka is awesome!
Thanks! I'll check it out
Pale night for the win
😄
I installed Bracket Pair Colorizer2 and using it in a 400+ line file was not a good experience. It was kinda lagging when I tried to type a bit fast. All the colored lines were rendered, which I guess, spoiled the performance
The bracket pair colorizer is definitely a must
The auto-rename tag is actually pretty good! ill get it as soon as i get to my pc !
Nice
I think Kite copilot is great, it really helps me code.
and it's supported in VS code, Android studio, Atom, Sublime Text, and Vim
Yeah, it's a pretty dope plugin
I discover new useful extension for JS - 'Template String Converter'.
Description: Converts quotes to backticks when a $ and { are entered within quotes in JavaScript and TypeScript files
Oh wow. Nice!
Great collection. I love using indent rainbow to see where I am at inside code.
Thanks!
Hey there, thanks for the list. You may wanna try this little extension of mine too :) I've just released a new version.
yatki / vscode-surround
🔥A simple yet powerful extension to add wrapper templates around your code blocks
Surround
A simple yet powerful extension to add wrapper snippets around your code blocks
Features
Demo 1: Choosing a wrapper snippet from quick pick menu
Demo 2: Wrapping multi selections
How To Use
After selecting the code block, you can
to get list of commands and pick one of them.
List of commands
surround.with
(ctrl+shift+T)surround.with.if
surround.with.ifElse
surround.with.tryCatch
Cheers, 🚀🖖
Ok Mehmet, I'll give it a go
Indent-rainbow is really helpful! ✔👍
Yes absolutely!
so does it mean okay to uninstall auto rename tag/auto close tag?
Yes. To use the in built one you'll have to make sure it's activated though
Thanks, I knew them all except Indent-rainbow 🙂👍
You're welcome
I recommend Peacock if you keep more than 1 workspace window open at the same time
I didn't know about 2 & 5, they help a lot! Thanks.
You're welcome