I love the text editor setup I've been using for the past year and a half, so I want to show off my setup! Visual Studio Code has far surpassed my ...
For further actions, you may consider blocking this person and/or reporting abuse
There are 3 other essentials for me:
Otherwise, nice article and solid setup.
Good list of extensions (and some good additions)— the extension that I've found essential when working with other people is the "Open in Github" extension. It works for any VCS backed website (like gitlab, bitbucket, etc) and makes it really easy to copy/pasta the line number so someone can check out what I'm talking about in the browser.
Ah awesome! I had Bracket Pair Colorizer at one point, and I recommend it to my students, but the colors are a bit off from my themes which annoys me haha.
You can define the colors matching your theme using the
bracketPairColorizer.consecutivePairColors
configuration. The default iswhich matches very few themes :)
+1 for EditorConfig
Fira Code + Font Litigatures enabled 😎😎.
Use settings sync and bracket colorizer. Also material icon theme 🤗
Same, i also use them.
I went to install those ones too, I love these kind of posts
That's a nice setup. I like
Fairy Floss
particularly much 👍.And a tip if you use CodeSandBox.
You can use your own VS code Theme in CodeSandBox.
I was able to get Wes Bos's Cobalt2 theme working there 😎
I loved the theme so much that I wanted it on CodeSandBox.
So wrote a post about how to do it 😎
Adding VS Code Theme to CodeSandBox
Sung M. Kim
This is pretty awesome!
I'll definitly use the Dracula theme :D
Also, some of the extensions are pretty rad.
If you're using Python, you may be interested in indent-rainbow
Thanks! indent-rainbow for Python so cool :D
Love your setup! Those are my two favorite themes too, I switch back and forth depending on my mood/time of day. Definitely going to be adding spellchecker and html hint to my setup. Thanks for the recs!
You might be interested in the Save and Run extension, which is a fork of Run on Save, to auto run Prettier for you. It allows you to configure multiple commands that run when a file is saved based on a regexp. One of my favorite uses for it is to run a bash script that auto-generates a TOC for my README at every autosave.
So cool!
Nice setup!I have some of those and a few more:
'Better comments' is good for improving syntax colours with most themes. 'Overtype' makes the insert key work correctly. 'Settings sync' allows you to sync your settings and plugins across instances using a private GitHub gist - this is AWESOME!
Also, setting 'window.titleBarStyle' to "custom" in the latest version gives you a bit cleaner interface on Windows.
Further, instead or reaching settings by ctrl+shift+p then Preferences: open settings, replace that last bit with Preferences: open settings (Preview) for a nicer settings interface :)
window.titleBarStyle
is beautiful, just loved it. I always want big space for my code.I love Dracula too. Check out quokkajs.com/ for quick testing code snippets :D
That is so cool!
Hi! Thanks for sharing, I'm excited to try some of the extensions I read about in your post and in the comments. To add to the list, I use an extension called Settings Sync that I find super useful to keep my settings, extensions, and key maps across multiple machines...well, in sync.
marketplace.visualstudio.com/items...
Regarding indenting with two spaces, is that so others can’t customize the indentation for a wider monitor, or because you like pressing backspace twice instead of once? Do you also double space your code? I prefer to use the Medium Mathematical Space character for indents, which is easy to type using ALT+205F
Hey, we consider this comment to be unproductive. Please consider a more constructive and considerate approach next time. You can consult the code of conduct for further clarification.
Wait, you prefer to use something that is neither a tab nor a space for indentation? And you consider typing 4 characters to be simpler than typing space twice (or tab once, if you have vscode set up right)?
I find it challenging to believe this is your actual practice.
I think that is an unnecessarily dismissive comment.
I actually type in tabs, but use my text editor to convert to spaces!
There's a preference to enable tabstops. It removes indentation with a single backspace.
I <3 TODO Highlight which allows you to leaves colorful standout comments in my code for things such as: TODO and FIXME by default. You can add custom tags in colors in your settings file. A great way to direct your attention to things you need to defer action on.
Ali, I am curious if you are using any
pipenv
projects in VSCode workspaces? I am seeing strange behavior when I have multiple pipenv files in the same Workspace (i.e. unable to discover/run unit tests).I don't, sorry! I just use the builtin virtualenv for Python3 and then a requirements.txt file. It's just what I'm used to!
Hi Ali, thanks for the article, it is really helpful. You mentioned that you use VS Live Share for teaching programming. Would you mind sharing the details? I also teach programming and really interested in new techniques.
Right now my students use it for their group projects to pair program! I want to start using it for lectures too, so that students can follow my code on their own computers.
Another extension I like a lot: WhiteViz, which visualizes whitespace upon selection.
I can have my editor looking very clean and only show whitespace characters when I want by selecting lines.
You've got some great sounding stuff in your setup - I must check some of them out! I'm liking VS Code a lot, but I haven't really changed anything from defaults apart from adding the Python extension yet.
VS Code is my go to web-dev editor. I've been writing a lot of Python automation nowadays and transitioned to Pycharm for their integrated pip and virtual environment management. Their debugger also feels more heavy duty than vs code. Both great editors / IDEs.
For the people having hands on Intellij Products,
Intellij Keymaps
is a very useful extension. Will be very useful if you want to migrateHere my current setup.
You can try extension that i use here :
Gitlens
indent-rainbow
Visual Studio IntelliCode
ES6 Snippets
Vetur
Relative Path
Bracket Pair Colorizer 2
Live Server
Path Intellisense
REST Client
And for theme and font, i'm using Mayukai Theme and Iosevka Mayukai Font
Very cool...
I'm in love with my "Andromeda" theme and his fonts.
Will use Import Cost from now!
Thanks for the post.
Thanks for the
HTMLHint
! I didn't see such a great extension.Hi! Didn’t know about VS Live Share, very handy !
Need to try it with a proxy, but feel confident with web session.
Good stuff here.
Notices one thing though: to me, value for
files.autoSaveDelay
is too small.Combined with the
editor.formatOnSave
, it's given me some minutes of headaches as my cursor kept jumping forward and backward, completely disrupting my typing.Raising the value to 1000 fixed it.
Hi.
I'm having issues with Fira Code (or any other font) to work in my VS Code.
I'm using Linux Ubuntu 18.10, but everything else is working from this guide...
Here is my settings.json setup:
gist.github.com/EchersMedia/abdae5...
No prettier? 🤔
Prettier is in there!
Ah crap. Should've read. It more carefully!
Highly recommended theme would be "Popping and Locking Theme". For webdevelopers dealing with a lot of HTML/CSS/JS, I would recommend "Live Server"! Thank you for your recommendations, I've used some of them I didn't know they exist!!!
Hey, @aspittel ! 👋
Thanks for posting your setup of VSCode here. I always love this kind of posts — these help me improve my upcoming VSCode course. 🆚Code FTW.
I also couldn't help myself after looking at the themes that you use, it looks like that you're a fan of purple color as am I. I think purple can be genius, so, I spent a lot of time creating, improving, and maintaining the most popular purple theme on VSCode Marketplace called Shades of Purple 💜 →
Maybe you can try it out and let me know how it goes.
P.S. Also liked your blogging as a dev post, I have been doing that for a long time so it was so relatable. Keep up the good job.
Peace! ✌️
I just switched from WebStorm to VSCode, and I'm loving it for frontend development; this article helped me find some really helpful tools! The only thing I miss is WebStorm's ability to change file references in my code whenever I move a file to a new directory.
Never heard of EmojiSense before! :O Downloaded immediately, I want more applications to have the quick emoji access like Slack does!
This was a super helpful read. Thank you for sharing this with us, Ali!
My fav is Remote Development. I used it to remotly access VS Code from browsers! I even wrote article about it.
Nice setup! I used Dracula as a theme before too, but now I'm really into Night Owl, have you checked it out?
I love it, particulary the Fira Code + ligatures ❤️
Awesome article! GitLens is my favorite plugin. It's amazing.
Are there actually people out there that don't use FiraCode?! I'm going to have a go at CodeRunner, thanks
Oh my God, Fairy Floss is AMAZING
I just stumbled upon this project earlier today and it seems to be wonderfully useful for anyone with an interest in checking out new themes:
vscodethemes.com/
MCEdit theme <3 marketplace.visualstudio.com/items...
✨ Fairyloss is great! Thank you very much for sharing it.
I used to Settings Sync and I recommend!
Legit... 🤗
Extension 7 : If you are a windows user, [Windows + ;] brings the emoji pallet. 😘🎁
Note that it's "Code Runner", I wasn't finding it by searching until I added a space.