
WKT Viewer
Visualize and navigate files containing WKT (Well Known Text) geometries in Visual Studio Code.

Features
- Instantly visualizes all WKT geometries found in the current text editor.
- Highlights the "current" geometry as you navigate through the text.
- Selects the corresponding text in the editor when you click a geometry in the viewer.
Quick Start
- Install: Search for WKT Viewer in the VSCode Marketplace and install.
- Open a file containing WKT geometries.
- Activate the viewer: Use the command palette to run
Start WKT Viewer .
Extension Settings
None yet.
Development
Running the Extension
- F5: Launches the extension and starts the development environment.
- Ctrl+Shift+B → Start Dev Env: Manually start the dev environment without launching the extension.
Debugging
Extension Backend
- Set breakpoints and press F5 to debug as usual.
Webview (React Frontend)
- Open your webview in VS Code.
- Open the Command Palette and run
Developer: Open Webview Developer Tools .
- Use Chrome DevTools to set breakpoints and debug React code (source maps supported).
Contributing
Committing
We use Release Please, so please follow Conventional Commits:
- Use
feat for new features (bumps minor version).
- Use
fix for bug fixes (bumps patch version).
See release-please-config.json for all supported commit types.
Releasing
Squash merge the PR generated by release-please and it will
Publishing
To publish to the VSCode Marketplace:
npx vsce publish
| |