Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio 2015 support for automatic brace completion with ES5, ES6 #1159

Closed
vEduardovich opened this issue Jul 25, 2016 · 1 comment
Closed
Labels

Comments

@vEduardovich
Copy link

vEduardovich commented Jul 25, 2016

Below link is what I suffered.
[http://stackoverflow.com/questions/38538736/visual-studio-2015-support-for-automatic-brace-completion-with-ecmascript-6]

I just want to use auto brace completion in Node.js. Although I already set all options of 'auto brace completion', it didn't work.
Even it happenes in ES5, sometimes, not always.

It causes me pain so much. Please fix this problem.
I'm wating for your answer eagerly.

  • NTVS Version: 1.2RC
  • Visual Studio Version: 2015
  • Node.js Version: 4.4.7
@mjbvz
Copy link
Contributor

mjbvz commented Jul 25, 2016

Thanks for reporting this and sorry you are running into this issue This is a known regression and tracked by #1142.

The root cause appears to be that ES6 IntelliSense is power by TypeScript, and the Typescript editor doesn't support automatic brace completion yet: microsoft/TypeScript#1484 This should be in Typescript 2.0 once that is released.

Closing as duplicate of #1142.

@mjbvz mjbvz closed this as completed Jul 25, 2016
@mjbvz mjbvz added the external label Jul 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants