Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SolidCAM postprocessor editorNew to Visual Studio Code? Get it now.
SolidCAM postprocessor editor

SolidCAM postprocessor editor

Andrey Zorin

|
4,563 installs
| (3) | Free
Full SolidCAM GPP language support for VSCode: highlighting, formatting, autocomplete, code lens, code snippets and more. Write your postprocessor for SolidCAM like a pro.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GPPL Support for VSCode

VS Code Marketplace Version Installs GitHub Stars License

Enhance your SolidCAM postprocessor development with full GPPL language support in Visual Studio Code. Enjoy syntax highlighting, code formatting, autocompletion, snippets, and document symbols in the Outline panel — all in one extension!

Features

  • Document Symbols in the Outline Window
  • CodeLens for Document Symbols
  • Syntax Highlighting: Fully customizable via settings.json.
  • Code Formatting: Simple and reliable document formatting.
  • Go to Definition: Jump to definitions of procedures and variables with ease.
  • Find All References: Locate all references to procedures and user variables.
  • Autocompletion: Smart auto-complete and auto-indentation for faster coding.
  • Hover Hints: Get helpful hints by hovering over code elements.
  • Function Wrapping: Highlight a variable, type a function name, and watch it wrap automatically.
  • Internationalization: Multi-language support for autocompletion.
  • SolidCAM Integration: Seamless compatibility with the SolidCAM debugger.

Document Symbols:

Document Symbols in the Outline Window

Document Symbols in the Outline Window

Tip: You can now use search and filtering in the Outline panel for quick symbol lookup. Use Ctrl+Alt+F in the Outline panel to search and filter items. Tip: You can disable the display of call numbers in the settings. Reminder: Don't forget to enable breadcrumbs in VSCode (View -> Appearance -> Breadcrumbs or setting Breadcrumbs: Enabled) for better code structure navigation.


CodeLens

CodeLens for Document Symbols

Tip: You can disable CodeLens in the settings.


Autocompletion:

Auto-complete code functionality


Go to Definition and Find All References:

(by Ctrl+Click, or RightClick -> Go to Definition, or F12)

Go to Definition

Tip: You can open the definition to the side with Ctrl+Alt+Click.


Hover Hints:

Displays information


Internationalization:

Internationalization for Completion


Installation

  1. Open VSCode.
  2. Go to Extensions Marketplace.
  3. Search for anzory.vscode-gppl-support and click Install.
  4. Or download VSIX and install offline from it.

Extension Settings

There are a few settings for this extension:

(File -> Preferences -> Settings -> Extensions)

  • Gpp: Localization: Default Locale (gpp.localization.defaultLocale): language used for messages and completion hints (en/ru).

  • Gpp: Files: Encoding (gpp.files.encoding): default GPPL files encoding (windows1251/windows1252).

  • Gpp: Outline: Show Symbol Detail (gpp.outline.showSymbolDetail): show call count in document outline symbol detail.

  • Gpp: Format: Enable (gpp.format.enable): enables document formatting.

  • Gpp: Format: Tab Size (gpp.format.tabSize): indent size (in spaces) used by the formatter.

  • Gpp: Format: Prefer Spaces (gpp.format.preferSpaces): use spaces instead of tabs.

  • Gpp: Format: Apply Indents To Regions (gpp.format.applyIndentsToRegions): apply indents inside #region blocks.

  • If you need to disable CodeLens, you can do so in one of two ways:

    • In the VSCode settings codeLens
    • Or add “editor.codeLens”: false to settings.json
  • In addition, the formatting behavior depends on the following settings:

    • File -> Preferences -> Settings -> Text Editor -> Formatting

Dependencies

There are no hard dependencies here, but I highly recommend using:

  • just as useful extension alefragnani.bookmarks.

  • JetBrains Mono font Designed by JetBrains, Philipp Nurullin, Konstantin Bulenkov.

  • Color Highlight if you want to set up a different syntax highlighting.


Known Issues

There are no known issues with this extension.

Found an issue? Feel free to open the issues.


Release Notes

1.9.1

Improved

  • Now CodeLens shows links instead of calls
  • The Document Symbol Details field shows calls

Plan to implement

It is a good text editor with GPPL language support for SolidCAM postprocessor editing at the moment. But I want even better. The next version will be 2.0.0, and I'll implement in it:

  • LSP functionality to improve performance
  • a semantic analyzer for the GPPL
  • here should be a complete project with a settings file, parsing of all dependent files, deploy functionality and packaging into an archive
  • and more ...

Help Make This Project Better

Love this extension? Here’s how you can help:

  • ⭐ Leave a star on GitHub.
  • 📝 Write a review or share your feedback.
  • 🌍 Add language files for your locale — email me at andrey.a.zorin@gmail.com!
  • 💻 Contribute code or report issues via pull requests.
  • Donate

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