/Cortex-Command-Community-Project-VSCode-Extension

A language server extension for developing content for Cortex Command

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Cortex Command Community Project Language Support

This extension is designed to support the development of content and mods for the game Cortex Command, specifically the open source community project.

Features

Syntax highlighting, including support for:

  • Keyword and class name recognition
  • Comment , including block comments matching the project's format
  • Module reference underlines

syntax_highlighting

Code snippets for small classes, like ContentFile, Vector, Area etc. These allow you to quicky create definitions for properties, and tab through their values.

snippets

Filepath validation of all references to module files within the workspace. This currently requires the base game directory to be open as a VSCode workspace.

filepaths

Extension Settings

NA (Not currently implemented)