This is the VS Code extension package for editing QuickMock .qm files directly inside VS Code.
It includes:
- Open and edit
.qmwireframes directly in VS Code. - Create new wireframe files and start sketching quickly.
- Work with QuickMock + AI workflows through MCP integration.
- Keep wireframing inside your regular development workflow.
- Open VS Code.
- Go to Extensions (
Ctrl+Shift+X/Cmd+Shift+X). - Search for Quickmock by Lemoncoders.
- Click Install.
git clone https://github.com/Lemoncode/quickmock.git
cd quickmock
npm install
npm run startThen run the extension in VS Code:
- Open the repository in VS Code.
- Start Run and Debug.
- Launch the extension host with F5 (or run it from the Run and Debug panel).
Create the .vsix artifact:
npm run package:vscodeThe packaged extension is generated under packages/vscode-extension/dist.
Installing the VS Code extension is enough to get the MCP server configured.
- Install Quickmock from the Marketplace.
- Open a workspace that contains
.qmfiles. - The extension registers the QuickMock Wireframe Tools MCP server automatically for VS Code / GitHub Copilot and updates supported external MCP clients, like Claude Code.
If you want to run the MCP server directly, you can use the following command:
npx -y @lemoncode/quickmock-mcpIn development, it resolves the local workspace build instead.
Your feedback and contributions are welcome. If you find issues with .qm editor behavior, VS Code integration, command handling, or MCP registration, please open an issue with clear reproduction steps.
The extension is developed using:
Team members participating in this project: