This article is also available on iamdeveloper.com.
This originally was just a gist, but I thought it made sense to just convert it to a blog post...
For further actions, you may consider blocking this person and/or reporting abuse
Fira Code
is <3Made the switch the Fira code (+font size 13) yesterday. Loving the ligatures.
Cheers!
Try changing
line height
instead.It improved readability so drastically, I can't understand how I coded before.
Great to hear Aly! I really love the ligatures too.
What are you using the
Custom CSS and JS Loader
for?It is use in cobalt 2 for 3 things
Leah, it's for Wes Bos' Cobalt 2 theme. See the instructions in marketplace.visualstudio.com/items...
Hi. How you get this terminal with path?. Thanks
I'm not sure I understand your question. Do you mean how did I set up fish shell?
I see in your terminal branch name with colors. How I get that?. Thanks
Gotcha. Install fish shell and Fisherman as mentioned in the article and then add the Agnoster or Joker Theme.
Or can use zshell wit iTerm2
iTerm2 + Oh My Zsh! + Powerlevel9K best terminal combination for Geeks!
Camilo Martinez ・ Sep 25 '18 ・ 4 min read
I love the comments syntax color in your latests screenshots, with a black background, it's the Dracula theme?
Yes it is the Dracula theme.
Thanks!
I'm interested in Visual Studio Code, but do you think it's a good replacement for any IntelliJ-like program? I mean, I know they're different because of the editor and IDE factor, but I'm just curious
VSCode is great for typescript. It's super light and nice to use. For python pycharm is still better but vscode is still useable. The python extension is being actively developed so hopefully it will improve.
Came across another great extension today, Code Runner, care of Ryan Burgess giving it a shout out on the Senior Engineer - Master Brewer episode of Front End Happy Hour
The ligratures are not working for Fira Code for me.
Is the Fira Font installed? If so can, you provide a gist for your vscode settings.json (minus any sensitive info 😉).
I only mentioned it im my settings.json and never installed one. I'm new to VS Code btw. Started using from yesterday after I broke up with Atom.
Resolved it. I forgot to install the font. My mistake.
Cool. Glad you got it working.
Imgur
I would add: if you are a die-hard Vim user such as myself, the Vim extension is top of the list: github.com/VSCodeVim/Vim ;)
Yeah the keybindings from other editors they provide is a great way to transition from your old editor, code.visualstudio.com/docs/getstar....
Which are the best extensions for VueJs?
I don't use Vue.js at the moment, but I know Sarah Drasner's Vue VSCode Snippets are supposed to be solid.
There is an official VSCode extension named Vetur
That Reactjs code snippets extension is dope!! I could have some fun with that. Thanks!
Polacode is my new favorite extension.
Live Share looks great. I read something that Atom already has something similar and is currently available. But I'm too happy with VS Code to download and try Atom again.
Yeah, there's Teletype for Atom, but I haven't tried it. Looking forward to Live Share!
Hi,
Thanks for sharing,
This extension may also be very useful :Settings Sync
Yeah, I mention this extension at the beginning of the extensions section. A must have. 🔥💪
thanks for the cobalt 2 😉
u are <3 thanksss!!
Really useful, thanks!
Try recursive.design font :)
I'll need to update this post, but here's a few changes I made
Yes indeed. good job :)
Interest list I picked some extensions.
But I don't understand what Editor Config is used for?
I don't really use it in my own projects now. I had some before prettier existing. It's an extension that helps with code formatting if your project has an editorConfig file. For more information,see editorconfig.org