Visual Studio Code for outlining and CRIMPing

Started by Paul Korm on 2/19/2018
Paul Korm 2/19/2018 9:55 pm
Visual Studio Code (or VS Code), from Microsoft, has been mentioned here before in different contexts. I recommend it as a great CRIMP, for anyone looking for a change. Numerous features recommend VS Code -- here are just a few:

(a) it's free;
(b) the markdown/multi-markdown extensions are great;
(c) it can browse folders in the library sidebar
(d) multiple windows can be opened on the same document
(e) compare documents is built in -- no need to launch another app
(f) just for Bill -- many extensions (esp. markdown) support folding


The UI is very geeky and also very customizable.

Have fun
MadaboutDana 2/19/2018 10:49 pm
I was about to come back with a smart-aleck reply, but then I thought to check - and yes, VS Code does run on macOS (and on Linux, as a matter of fact).

Hot damn! CRIMPing ahoy!

Thanks, Paul!

Bill
Karthik 2/20/2018 4:19 pm
And for those who code, VS Code is possibly the best balance of power between a routine text editor and a full blown IDE. The open source editor, Atom, built by the guys at GitHub comes close, but is slower. It has a huge list of extensions too.
washere 2/20/2018 11:57 pm
Top few IDE packages have great code editors but they are heavy and slower and diff class of beasts. They are great for using classes/libs, debugging and catching values etc. Then there are the top best txt editors, much lighter, some of which do fold/unfold text. In between these two 2 genres are code/text editors which are sort of middle weight contenders.

I think I said a few months ago MS VS Code is my 3rd top fave in this genre. Stick a good black or dark theme on it and learn keyboard shortcuts and you are off to the races. 2nd fave in this class for me is still Atom. Slightly slow to load, granted, but once running it is not slow(er). Why better than MS VS Code? Because it has more plugins, aka packages in Atom & aka extensions in VS Code. Most by independent devs and increasingly by companies too. But both are pinned in my Win taskbar. Used for diff genres of work, folder pane on the left & black themes, as in my #1 choice. Which still is Sublime Text 3 which is not free but it is probably the number one choice with many. Be it for coding or complex text, regular expression, etc.

In all 3 call up the command center (diff names in each):
CTRL + SHIFT + P

Try typing fold, or unfold, or theme or whatever comes to your mind. You'll be surprised to see what plugin pops up for each in these top 3.


https://github.com/Microsoft/vscode-tips-and-tricks


Karthik 2/21/2018 5:56 am
Yes SublimeText is very fast. Somehow VS code looks slicker.
Lucas 6/16/2018 2:15 am
Thanks for the tip -- it's great. Also, it now includes an Outline view:

https://code.visualstudio.com/updates/v1_24#_outline-view
Dellu 6/16/2018 10:51 am
The Latex support in VS Code is much better than Sublime.

I used it for a couple of days for Latex.

Still, nowhere close to Texstudio.

I don't use it that often. I fire Sublime text in case I need the multi-cursor feature (to manipulate tables).