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 workspace settings file.

Additionally, I'd like to provide an extensions.json that contains a list
of extensions "recommended" to newcomers. The purpose is to help new
contributors setting up their editor if they'd ever decide to use VS Code.
These extensions are suggested the first time the worskspace (src root dir)
is opened, and can be reached at any time through the Show Recommended
Extensions for this Workspace menu. they are only suggested, not installed
by default.

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.

My current list:
        // Trim only touched lines.
        "NathanRidley.autotrim",

        // Hilight trailing whitespaces.
        "ybaumes.highlight-trailing-white-spaces",

        // JS Babel ES6/ES7 syntax hilight.
        "dzannotti.vscode-babel-coloring",
        "dzannotti.theme-spacemacs",

        // ESLint support.
        "dbaeumer.vscode-eslint",

        // C/C++ language support.
        "ms-vscode.cpptools",

        // Rust language support.
        "saviorisdead.RustyCode"

Thank you
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to