Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>memory-leak-checkNew to Visual Studio Code? Get it now.
memory-leak-check

memory-leak-check

golderbrother

|
451 installs
| (0) | Free
This is a tool for memory leak detection, mainly including event mounting and unmounting, global object mounting properties of vue component instances, console reference objects, and free DOM instances
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MEMORY-LEAK-CHECK PLUGIN

Description

This is a tool for memory leak detection, mainly including event mounting and unmounting, global object mounting properties of vue component instances, console reference objects, and free DOM instances

Feature

  • 预览整个项目的泄漏文件列表 memory-leak-check-btn.png memory-leak-check-project.png

  • 预览每个文件的泄漏点列表 memory-leak-check-files.png

  • 从预览点直接跳转到文件代码泄漏点

  • 文件代码泄漏点 hover,给出解决方案的提示 memory-leak-check-btn.png

使用

memory-leak-check-demo.gif

代码构建&运行

  1. clone this repo
  2. 使用 VSCode 打开项目
  3. 执行 npm install
  4. 运行:单击 F5 启动调试,将自动打开拓展开发宿主窗口

VSIX 打包

  1. 打开 VSCode 终端,执行 npm run publish
  2. 打包完成后的 vsix 文件放置在 ./release 目录下
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft