VsCode Context
Connects AI assistants to VS Code, providing access to code context and filesystem operations.
关于
VSCode Context creates a bridge between AI assistants and your VSCode environment, enabling AI models to access the current VSCode context (active files, tabs, terminal output), perform filesystem operations with controls, and execute shell commands in a controlled environment. This empowers AI assistants to deliver more relevant and context-aware help for software development tasks.
主要功能
- Retrieves diagnostics problems (warnings/errors)
- Access to VSCode context (files, tabs, terminal output)
- 3 GitHub stars
- Filesystem operations (read/write, edit, create, list, move)
- Controlled shell command execution
- Integration with Model Context Protocol-compatible AI assistants
使用案例
- Enabling AI to perform file operations on behalf of the user
- Allowing AI assistants to understand code context for better suggestions
- Providing context-aware debugging assistance