LTX Support

Extension for Visual Studio Code, which adds support for logic syntax from S.T.A.L.K.E.R. Call of Pripyat. The plugin adds a lot of big and not so big features that should make it easier to work on modifications, as well as help newcomers start making your first mod. Perhaps the most important aspect of the extension is that it tries as much as possible to adapt to projects.

Currently implemented VSCode features such as:
- Completion
- Infos
 - Sections Types
 - Sections Links
 - Functions & Conditions
 - Localization
 - Squads
 - Tasks
 - Signals
 
 - Hover
 - Syntax Highlighting
 - Semantic Highlighting
 - Folding Ranges
 - Symbols
 
The list is constantly being updated with new features as each new version is released.
Settings
To enter the extension settings, you must:
- Press 
Ctrl+Shift+P => Open Settings (UI). - Open 
Extensions => LTXor just search forltx. 
Extension assembly
If you're interested in poking around the extension yourself or just helping to develop it, here's a little information on how to build it. To do this, you need to:
- Download the source code using 
git clone. - Open the project, run the console 
npm installor click onpackage.jsonin the spoilerNPM Scriptsand click on the itemRun install. - After installing all the required libraries, press 
Launchin theRun and Debugtab or theF5hotkey. - Done. A new VS Code window should open with 2 test files.