Skip to content
Andreas Hafner edited this page Nov 15, 2021 · 37 revisions

vscode-isg-cnc

Getting started

Installation

  • Install Visual Studio Code first.
  • Install the extension.

There are two ways to do that:

  1. You can install the extension in the Visual Studio Code extension manager by searching for isg-cnc.
  2. If you dont have internet on the computer zou are want to install the extension you can download the vsix file and install Extension vscode-isg-cnc-.vsix (for example: vscode-isg-cnc-0.2.4.vsix) from Marketplaces.

Downloadlinks:
Visual Studio Code Marketplace - vscode-isg-cnc
Open VSX Registry - vscode-isg-cnc

Important: Doubleclick on vsix file didn't work! Install inside Visual Studio Code via Visual Studio Code - Extensions - ... - Install from VSIX...

Configuration

After the installation you should select a color theme. You can choose isg-dark or isg-light so that the syntax highlighting is displayed correctly. Because we use our own scope names.

Color Theme

  • Choose your favorite color theme

change color theme

Common setting information

  • You can change some more settings, the shown settings are the default settings:

settings

  • You can reset every setting by clicking the marked button and choose reset setting.

reset settings

Documentation settings

settings documentation

  • Check the correct path to your browser for linux or windows.

settings browser

FAQ

  1. I have installed the extension, but the syntax highlighting is not correct. What can I do?
  • We use a separate scope namespace for syntax highlighting. Please set the color theme in the extension settings to isg-dark or isg-light.
    See also color theme settings
Clone this wiki locally