windbg的vscode智能提示js

JavaScript in VSCode - Adding IntelliSense
If you would like to work with the debugger data model objects in VSCode, you can use a definition file that is available in the Windows development kits. The IntelliSense definition file provides support for all of the host.* debugger object APIs. If you installed the kit in the default directory on a 64 bit PC, it is located here:

C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\winext\JsProvider.d.ts

To use the IntelliSense definition file in VSCode:

Locate the definition file - JSProvider.d.ts

Copy the definition file to same folder as your script.

Add /// to the top of your JavaScript script file.

With that reference in your JavaScript file, VS Code will automatically give you IntelliSense on the host APIs provided by JSProvider in addition to the structures in your script. For example, type “host.” and you’ll see IntelliSense for all the available debugger model APIs.

相关推荐

  1. windbgvscode智能提示js

    2023-12-10 11:54:03       31 阅读
  2. WinDbg 常用SOS命令

    2023-12-10 11:54:03       13 阅读
  3. vscode 创建一个测试单个js文件项目

    2023-12-10 11:54:03       6 阅读
  4. vscode-调试js文件

    2023-12-10 11:54:03       12 阅读

最近更新

  1. TCP协议是安全的吗?

    2023-12-10 11:54:03       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2023-12-10 11:54:03       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2023-12-10 11:54:03       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2023-12-10 11:54:03       18 阅读

热门阅读

  1. ScheduledThreadPoolExecutor 类定时器弊端和有点

    2023-12-10 11:54:03       32 阅读
  2. facebook广告相比谷歌广告的优势

    2023-12-10 11:54:03       35 阅读
  3. facebook广告运营技巧

    2023-12-10 11:54:03       31 阅读
  4. Linux服务器超级实用的脚本

    2023-12-10 11:54:03       43 阅读
  5. 业务设计原则

    2023-12-10 11:54:03       30 阅读
  6. CTF-Crypto-RSA共模攻击和模不互素攻击

    2023-12-10 11:54:03       32 阅读