I love using VIM to edit, but stuff like the following makes it hard for me to resist switching. "ATA makes typings files almost invisible. A TypeScript language server that has ATA enabled watches your package.json files and automatically installs the typings files of all dependencies in a cache on your file system. It does the same when it finds references to well known client-side libraries. When you then invoke I…
Visual Studio Code 1.7
61–70 of 180 posts
Re: Visual Studio Code 1.7
#62It's interesting they base this on NodeJS instead of Chakra.
There is a variant of NodeJS, that is based on Chakra instead of V8, but it might not be mature enough to use here I guess.
Re: Visual Studio Code 1.7
#63Keymaps for Sublime and Atom They are on a mission.
Re: Visual Studio Code 1.7
#64Microsoft 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
#65Re: Visual Studio Code 1.7
#66The combo of Typescript and VS Code is really well done. Transitioning from JS to TS is well supported by documentation, IDE integration and language design. Apple once made people very happy when they adapted things and workflows that are important to Unix users. Now they're drifting away from that. Microsoft is going in the opposite direction and seems to listen to what developers really would like to see.
They got this "allowJs" flag, which I found a good idea, but I never got it to work.
Re: Visual Studio Code 1.7
#67Re: Visual Studio Code 1.7
#68I typically bounce between vim and Atom for Python development, with occasional forays into VSC. VSC has come along very nicely to the point where I may just make it my full time GUI editor. Can anybody recommend some must have plugins for Python development on VSC?
Re: Visual Studio Code 1.7
#69I typically bounce between vim and Atom for Python development, with occasional forays into VSC. VSC has come along very nicely to the point where I may just make it my full time GUI editor. Can anybody recommend some must have plugins for Python development on VSC?
- Django Template: https://marketplace.visualstudio.com/items?itemName=bibhasdn...
- Django Snippets: https://marketplace.visualstudio.com/items?itemName=bibhasdn...
Re: Visual Studio Code 1.7
#70Earlier quoted context omitted.
It does have multiple cursors. See https://code.visualstudio.com/Docs/editor/codebasics#_multip...
Ah, Thanks - I see now the shortcut is [Alt-click] as opposed to [Cmd-click] in the other two editors. I just didn't dig around enough to find the right key combination. But I guess this shows how ingrained muscle memory and habits are hard to change, and why certain editors remain people's favourites.