Re: Visual Studio Code recommended extensions

2017-02-28 Thread Dan Mosedale
It sounds like you find it better than Atom. If that's true, any chance you could elaborate on what you find particularly nicer and/or what's missing? Thanks, Dan 2017-02-24 5:49 GMT-08:00 James Cheng : > Hi, > Is it possible to configure VSCode to make "watch window" show "value" > with *"ty

Re: Visual Studio Code recommended extensions

2017-02-27 Thread Marco Bonardo
On Mon, Feb 27, 2017 at 5:12 PM, Dan Mosedale wrote: > It sounds like you find it better than Atom. If that's true, any chance > you could elaborate on what you find particularly nicer and/or what's > missing? > Personally, I find it faster on common operations (starting up, opening documents)

Re: Visual Studio Code recommended extensions

2017-02-24 Thread Gian-Carlo Pascutto
On 23/02/2017 17:48, Marco Bonardo wrote: > I'd like you to help me figuring out this list of extensions. Please > provide feedback about the ones I picked, and suggest others that you are > using for your everyday work. > > // Rust language support. > "saviorisdead.RustyCode" >

Re: Visual Studio Code recommended extensions

2017-02-24 Thread James Cheng
Hi, Is it possible to configure VSCode to make "watch window" show "value" with *"type" *information especially for strong typed language C++? Cheers, James 2017-02-24 0:48 GMT+08:00 Marco Bonardo : > Hi, > I recently started testing VS Code as a replacement for Sublime Text or > Atom, and so

Re: Visual Studio Code recommended extensions

2017-02-23 Thread Marco Bonardo
On Thu, Feb 23, 2017 at 6:28 PM, James Graham wrote: > On 23/02/17 16:48, Marco Bonardo wrote: > > // Rust language support. >> "saviorisdead.RustyCode" >> > > I haven't used either (or VS Code much), but my understanding is that is > no longer maintained and you should prefer htt

Re: Visual Studio Code recommended extensions

2017-02-23 Thread Marco Bonardo
On Thu, Feb 23, 2017 at 5:56 PM, Jared Wein wrote: > Does the ESLint support hook in to the mozilla-eslint configuration? Can > you please update https://developer.mozilla.org/en-US/docs/ESLint or > https://wiki.mozilla.org/DevTools/CodingStandards#JS_linting_with_ESLint > with any steps required

Re: Visual Studio Code recommended extensions

2017-02-23 Thread James Graham
On 23/02/17 16:48, Marco Bonardo wrote: // Rust language support. "saviorisdead.RustyCode" I haven't used either (or VS Code much), but my understanding is that is no longer maintained and you should prefer https://github.com/editor-rs/vscode-rust. _

Re: Visual Studio Code recommended extensions

2017-02-23 Thread Marco Bonardo
On Thu, Feb 23, 2017 at 6:03 PM, Joe Hildebrand > > // Hilight trailing whitespaces. > > "ybaumes.highlight-trailing-white-spaces", > > This one seems a little aggressive. I'd use it on my code, but on old > broken code, it would be really annoying. > Well, the hilight is very li

Re: Visual Studio Code recommended extensions

2017-02-23 Thread Joe Hildebrand
I also like vscode. > On Feb 23, 2017, at 9:48 AM, Marco Bonardo wrote: > > My current list: > // Trim only touched lines. > "NathanRidley.autotrim", > > // Hilight trailing whitespaces. > "ybaumes.highlight-trailing-white-spaces", This one seems a little aggres

Re: Visual Studio Code recommended extensions

2017-02-23 Thread Jared Wein
Does the ESLint support hook in to the mozilla-eslint configuration? Can you please update https://developer.mozilla.org/en-US/docs/ESLint or https://wiki.mozilla.org/DevTools/CodingStandards#JS_linting_with_ESLint with any steps required to configure this plugin? Thanks! - jared On Thu, Feb 23,

Visual Studio Code recommended extensions

2017-02-23 Thread Marco Bonardo
Hi, I recently started testing VS Code as a replacement for Sublime Text or Atom, and so far the experience has been better than I was expecting. I suspect others of you are doing the same. In bug 1341585, I'm adding .vscode/settings.json to the ignore lists, so that everyone can create his own wo