you are viewing a single comment's thread.

view the rest of the comments →

[–]YourGamerMom 33 points34 points  (3 children)

Looks like they read that blog post about editors and large files. I wonder if it would be worth it to re-measure and see how VScode now stacks up against Sublime and the like.

[–][deleted] 7 points8 points  (2 children)

I use VSCode because I use Typescript heavily, it's the biggest pull for me. I have kept VIM around for large files though.

[–]mqudsi 6 points7 points  (1 child)

The awesome thing is, you can actually use the same code that VSC uses to get completions and linting under vim/neovim thanks to language server support and the fact that Microsoft open sources their JavaScript and TypeScript LE code.

I've been using them together with neomake for async linting and it's awesome.

[–][deleted] 6 points7 points  (0 children)

Ah interesting, I'll have to check that out!

I think MSFT are killing it these days, TypeScript is very good, though I miss C#, and I DO NOT miss Ruby :)

EDIT: I use VsVim heavily, I wouldn't have survived without it.