My problem is simple. Whenever I type "/*" in javascript or typescript file in VisualStudio, editor adds "*/" so I get: "/* */". I like to disable this autocomplete feature because its annoying. I want to just type "/*" and have only this.
Where I can disable this autocomplete function? I was looking in resharper and visualstudio options and I couldnt find anything about it.