<div dir="ltr"><div>Hi,</div>Is it possible to configure  VSCode to make "watch window" show "value" with <b>"type" </b>information especially for strong typed language C++?<div><br></div><div><br></div><div>Cheers, <div>James</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-02-24 0:48 GMT+08:00 Marco Bonardo <span dir="ltr"><<a href="mailto:mbonardo@mozilla.com" target="_blank">mbonardo@mozilla.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
I recently started testing VS Code as a replacement for Sublime Text or<br>
Atom, and so far the experience has been better than I was expecting. I<br>
suspect others of you are doing the same.<br>
<br>
In bug 1341585, I'm adding .vscode/settings.json to the ignore lists, so<br>
that everyone can create his own workspace settings file.<br>
<br>
Additionally, I'd like to provide an extensions.json that contains a list<br>
of extensions "recommended" to newcomers. The purpose is to help new<br>
contributors setting up their editor if they'd ever decide to use VS Code.<br>
These extensions are suggested the first time the worskspace (src root dir)<br>
is opened, and can be reached at any time through the Show Recommended<br>
Extensions for this Workspace menu. they are only suggested, not installed<br>
by default.<br>
<br>
I'd like you to help me figuring out this list of extensions. Please<br>
provide feedback about the ones I picked, and suggest others that you are<br>
using for your everyday work.<br>
<br>
My current list:<br>
        // Trim only touched lines.<br>
        "NathanRidley.autotrim",<br>
<br>
        // Hilight trailing whitespaces.<br>
        "ybaumes.highlight-trailing-<wbr>white-spaces",<br>
<br>
        // JS Babel ES6/ES7 syntax hilight.<br>
        "dzannotti.vscode-babel-<wbr>coloring",<br>
        "dzannotti.theme-spacemacs",<br>
<br>
        // ESLint support.<br>
        "dbaeumer.vscode-eslint",<br>
<br>
        // C/C++ language support.<br>
        "ms-vscode.cpptools",<br>
<br>
        // Rust language support.<br>
        "saviorisdead.RustyCode"<br>
<br>
Thank you<br>
______________________________<wbr>_________________<br>
dev-platform mailing list<br>
<a href="mailto:dev-platform@lists.mozilla.org">dev-platform@lists.mozilla.org</a><br>
<a href="https://lists.mozilla.org/listinfo/dev-platform" rel="noreferrer" target="_blank">https://lists.mozilla.org/<wbr>listinfo/dev-platform</a><br>
</blockquote></div><br></div>