Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>WKT ViewerNew to Visual Studio Code? Get it now.
WKT Viewer

WKT Viewer

Halls Byrå

|
24 installs
| (0) | Free
A VS Code extension to visualize and navigate files containing WKT (Well Known Text) geometries.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CI

WKT Viewer

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

Preview Image

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

  1. Install: Search for WKT Viewer in the VSCode Marketplace and install.
  2. Open a file containing WKT geometries.
  3. 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

  • update CHANGELOG.md.
  • update package.json.
  • create a GitHub release.

Publishing

To publish to the VSCode Marketplace:

npx vsce publish
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft