Live data from Hacker News

Visual Studio Code 1.7

code.visualstudio.com

21–30 of 180 posts

Re: Visual Studio Code 1.7

#21
post #15

I recently switch from atom, but the one thing I hate is that it doesn't save open files or folders between runs

It does (or maybe it is 'Project Manager' extension). Try it out.

Tried Project Manager, useful but didn't keep the folder open :(. And I checked my settings, I have "window.reopenFolders": "all"

Re: Visual Studio Code 1.7

#25

Microsoft and TypeScript team are doing amazing work with this editor! There are so many interesting features in it, gave it a shot few weeks ago and was really satisfied. And it is probably the first electron app that didn't feel like rest of the bunch, that are pretty much hogs and not very responsive (especially when we talk about editors and IDEs). But you know, I can't hang Emacs and Vim on the wall and leave th…

I've been using the Vim extension for quite a while and it's become fairly robust. I think it bests jVi in Netbeans.

Re: Visual Studio Code 1.7

#26
The Keyboard Shortcuts Reference reminds me that I always wanted to have a keyboard shortcut spaced repetition learning program where you actually have to press the key combinations. Maybe somebody could write an extension to VSCode.

Re: Visual Studio Code 1.7

#27

Microsoft and TypeScript team are doing amazing work with this editor! There are so many interesting features in it, gave it a shot few weeks ago and was really satisfied. And it is probably the first electron app that didn't feel like rest of the bunch, that are pretty much hogs and not very responsive (especially when we talk about editors and IDEs). But you know, I can't hang Emacs and Vim on the wall and leave th…

>But you know, I can't hang Emacs and Vim on the wall and leave them there.

I never got the hang of Emacs, but there is a decent vim extension (there are a bunch) called vimStyle which at least gets you the vim-like code navigation.

Re: Visual Studio Code 1.7

#29
The one unfortunate thing about it is that it doesn't work/isn't packaged for Raspberry Pi.

I don't understand why they don't make a package for the pi, if it's a JS app anyways

Re: Visual Studio Code 1.7

#30
As much as I wanted to like Atom over VS Code, I find myself changing and starting most of my new projects in VS Code exclusively.

One thing that surprised me that VS Code didn't have was multiple cursors?? (like Atom and Sublime have by default). I didn't realise how much I use that feature (for renaming variables in a short procedure/function block etc). There is probably a plugin for that somewhere, I guess.

Post reply on HN