문제

When I type /// visual studio no longer adds xml comments in to my javascript document. I've installed a number of extensions recently and wondered if these may have caused it, one of which recently expired (re-sharper). I've tried disabling and running visual studio in safe mode (Devenv.exe /SafeMode) and reset my settings (devenv.exe /ResetSettings). I know it was working previously as I have comments in documents

도움이 되었습니까?

해결책

This is functionality that ReSharper provides, but you can add snippets in Visual Studio using Ctrl+K, Ctrl+X and use the Snippet Editor to populate the summary, param and returns elements.

This article also details How to Create JScript XML Code Comments.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top