Anyone use VS Code for Ruby/Rails? Equal or better than Atom/Sublime? I switched from sublime to atom recently but atom is slow (I know I know) and VS Code seems well regarded so willing to give it a try.
Visual Studio Code 1.5
51–60 of 270 posts
Re: Visual Studio Code 1.5
#52Earlier quoted context omitted.
Thanks from a user ;) I cannot use any editor without vim keybindings, furthermore I love "relativenumber", however VSCode gives no API for relative numbers (there is some hacky gutter images extension, but it is really hacky, slow and bad looking). I've made a fork with relative numbers built-in https://github.com/alfanick/vscode . Not going to do pull request, at least not yet - unit testing and i18n required. BTW…
Ah, you should definitely join in on our Slack. Another guy has done some similar work in a plugin: https://github.com/extr0py/vscode-relative-line-numbers
Re: Visual Studio Code 1.5
#53Anyone use VS Code for Ruby/Rails? Equal or better than Atom/Sublime? I switched from sublime to atom recently but atom is slow (I know I know) and VS Code seems well regarded so willing to give it a try.
no autocomplete. c#, javascript, even python autocomplete is really amazing
Re: Visual Studio Code 1.5
#54Earlier quoted context omitted.
You can find it under name IntelliJ IDEA.app ;)
Was working with Angular 2 code today. WebStorm: 1.2gb memory used. VS Code: 45mb. WS gives me a few bells and whistles, but I prefer Code's lightness, and that it doesn't have a "screw you I'm indexing again" mode.
(However, for some reason, I like the code completion in python mode in IDEA more than in vscode. It doesn't feel right, like the IDEA one does.)
Re: Visual Studio Code 1.5
#55Earlier quoted context omitted.
You can find it under name IntelliJ IDEA.app ;)
Was working with Angular 2 code today. WebStorm: 1.2gb memory used. VS Code: 45mb. WS gives me a few bells and whistles, but I prefer Code's lightness, and that it doesn't have a "screw you I'm indexing again" mode.
Re: Visual Studio Code 1.5
#56VSCode + TypeScript is an amazing experience for us poor JavaScript developers that never enjoyed proper autocomplete and refactoring in our editors. Writing JavaScript feels like writing random bash scripts with no help now. TypeScript is freaking awesome and you should start using it! :)
Re: Visual Studio Code 1.5
#57VSCode + TypeScript is an amazing experience for us poor JavaScript developers that never enjoyed proper autocomplete and refactoring in our editors. Writing JavaScript feels like writing random bash scripts with no help now. TypeScript is freaking awesome and you should start using it! :)
and some of your errors are caught before firing up a whole web app and a browser!
Re: Visual Studio Code 1.5
#58Earlier quoted context omitted.
no autocomplete. c#, javascript, even python autocomplete is really amazing
Do you know if there are extensions that could bring autocomplete for ruby?
Re: Visual Studio Code 1.5
#59I switched from Atom recently and have very few complaints. One of them was the (lack of) icons in the sidebar.. the new Seti icon theme is a great addition. Ooh and they supposedly made Cmd-P searching ('Quick Open') faster. My other main complaint! Edit: Yep it's faster. I used to wait a second or two for the desired results to pop up, now they're close to instant.
I liked them about equally, but Atom is really slow on my work computer and crashes on my laptop. VSC is much more stable.