Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>Qt IDENew to Visual Studio Code? Get it now.
Qt IDE

Qt IDE

origin0713

|
6 installs
| (1) | Free
qtcreator的代码辅助编写插件
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Qtide

中文

Qtide is a VS Code extension that parses and browses Qt .pro project files, providing a Qt Creator-like project file tree view.

Features

  • Import .pro project — Import a Qt .pro file via file picker, automatically parse TARGET, SOURCES, HEADERS, FORMS, RESOURCES
  • Project file tree — Display headers, sources, UI forms and resources in grouped sidebar views with expand/collapse support
  • Workspace prompt — Ask whether to save a .code-workspace file after successful import, with custom save path support
  • Open workspace — Switch VS Code workspace via .code-workspace files
  • Settings panel — Grouped settings UI (General / Editor / Build), currently feature preview

alt text

Usage

  1. Click Import Project in the Operations view
  2. Select a .pro file
  3. The project file tree appears below
  4. Optionally save the workspace file when prompted

Acknowledgments

Thanks to the eide project, whose design and code were referenced during the development of this project.

Build

# Build extension
npm install
npm run compile

# Build settings panel (Node.js required)
cd webview/settings
npm install
npm run build

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft