Visual Studio Code 1.10
code.visualstudio.com
Visual Studio Code 1.10
1–10 of 145 posts
Re: Visual Studio Code 1.10
#2It has a minimap! This is excellent.
Re: Visual Studio Code 1.10
#3A minimap! This was one of the last remaining Sublime features that I missed.
Re: Visual Studio Code 1.10
#4So happy to see the improved task support(key bindings!) that's one of the few things that was missing in some of my more custom workflows.
Re: Visual Studio Code 1.10
#5A minimap! This was one of the last remaining Sublime features that I missed.
i wonder if they're forced to run the highlighter on a huge range now instead of restricting it to viewport.
has this affected perf?
Re: Visual Studio Code 1.10
#6Awesome work VSCode team!!
I can't figure out how to enable TypeScript auto import - is it hidden behind a flag? Coming from IDEs, I've been waiting for this feature for a long time.
Re: Visual Studio Code 1.10
#7Copy Syntax Highlight is huge. Years ago, I had written a utility to invoke syntax highlighting from text sources for use in PowerPoint presentations and Photoshop editing (https://github.com/minimaxir/copy-syntax-highlight-osx/ ); I am very happy it is now obsolete.
Re: Visual Studio Code 1.10
#8Geez, another fantastic update.
Minimap! I love this in Visual Studio.
Keyboard shortcuts for tasks! Very welcome.
Clickable links in the terminal is awesome for BitBucket which responds to pushes w/ links to create PRs.
Re: Visual Studio Code 1.10
#9A minimap! This was one of the last remaining Sublime features that I missed.
i wonder if they're forced to run the highlighter on a huge range now instead of restricting it to viewport. has this affected perf?
I'd imagine the highlighter wouldn't optimize for viewable area except for abnormally large files. Highlighter probably runs for the full file.
Also, doesn't it need the context of the full file for proper syntax awareness?
Re: Visual Studio Code 1.10
#10VSCode team is killing it! Literally every month its tangibly making the product better. I still use Sublime occasionally on really large files as its performance is so good but for most things VSCode is my go-to!