Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MSDN 文档描述了扩展 JavaScript IntelliSense for Visual Studio 2012 RC 的方法。有没有办法调试,或者至少记录到一些输出,任何自定义扩展工作?
哈至少通过探索发现了输出日志。
if(intellisense) { intellisense.logMessage("hi!"); }
这会将输出写入输出窗口中的“JavaScript 语言服务”。
现在关于调试?:)