My problem is simple. Whenever I type "/ *" in a javascript or typescript file in VisualStudio, the editor adds "* /", so I get: "/ * * /". I like to disable this autocomplete function because it is annoying. I just want to type "/ *" and have just that.
Where can I turn off this autocomplete feature? I was looking for resharper and visualstudio options and I couldn't find anything about it.
I also had this problem for C ++. Try disabling "Menu | Tools | Options | | General | Auto-complete brackets" - this worked for me. I could not reproduce your problem using the JavaScript Script1.js file. For JavaScript, I always got only "/ *". However, this may help.
You need to disable intellisense
See the tools | Options | Text editor | C # | Intellisense
IntelliSense JavaScript. , . ,
Source: https://habr.com/ru/post/1569700/More articles:Failed to connect postgresql with django - pythonZigZag and ZigZig in a splay tree? - cWhat linearization algorithm does Ruby use for Mixins? - ruby | fooobar.comDisplay dispenser from an object using Map to Pojo with properties - javaGolang mongodb remove all items from the collection - mongodbWeb crawler in standalone python file - pythonjava.lang.Exception: public keys in response and keystore do not match - javaAngularJS promises without callback? - javascriptUsing an asynchronous transaction in a transaction - asynchronousNative file extension. Double-clicking does not process the file path. - c #All Articles