Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SCS IntelliSense (SCS Software)New to Visual Studio Code? Get it now.
SCS IntelliSense (SCS Software)

SCS IntelliSense (SCS Software)

DuH Nunes

|
23 installs
| (0) | Free
Extension to add intellisense for SCS Software files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
Logo

SCS Intellisense extension for VSCode

badge license build released

About

SCS Intellisense makes VSCode smarter for SCS Software link files. It improves readability and speeds up editing by offering:

  • Semantic highlighting token to coloring for MagicMark, Classes, Attributes and Comments
  • Each Value type have your semantic color: string, number, boolean, token and @include directive
  • Auto-Close brackets

Sii Extructure

The structure is built as originally described in the SCS Documentation about Unit Definition Entry.

diagram
  • SiiNunit - The magic marker that identifies a plain-text .sii file. It appears at the top of the file and marks the file as a serialized unit file.
  • class_name - The unit type of class being defined; it indicates the schema or category of the unit (for example prefab_model, model_def). It appears before the colon in the unit header.
  • unit.name - The unique name of the unit: a sequence of tokens separated by dots (e.g., mod.namespace.item). Use unique names per mod to avoid collisions. Anonymous units may use a leading dot.
  • attribute - The property name inside a unit block; an attribute is a key + value pair that holds the unit data.
  • key - The attribute name that identifies the property (e.g. name in name: "Truck").
  • value - The attribute value. Value can be strings, numbers, booleans, unit references, vectors (tuples), or other engine-specific formats. Use quotes for strings and parentheses for vectors.

Features

  • Semantic highlighting
  • Icon for each files
  • Auto-close brackets for {}, (), []

Tested themes

  1. Dark
  • Dark 2026 (VSCode)
  • Catppuccin Frappé
  • Catppuccin Macchiato
  • Catppuccin Mocha (developed theme)
  • Dracula Theme & Dracula Theme Soft
  • Abyss
  • Dark Modern
  • Dark+
  1. Light
  • Catppuccin Latte
  • Should work with the light variants of the themes listed above.

Note: Dark (Visual Studio) and Light (Visual Studio) do not provide highlighting in all scopes.

License

Licensed under the MIT

Enjoy

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