Fallout New Vegas

File information

Last updated

Original upload

Created by

WarZone762

Uploaded by

WarZone762

Virus scan

Safe to use

Tags for this mod

About this mod

A tool providing language features for VS Code (code completion, go to definition/references, formatting, renaming, hover, diagnostics, signature help etc.) to assist in writing scripts.

Requirements
Permissions and credits
Mirrors
Changelogs
Note: this is tool is still early in development, so expect bugs and please report them on Github.

This project aims to make your scripting experience better by implementing an LSP (Language Sever Protocol) for the GECK scripting language. This mod page is for the Visual Studio Code extension. There is also a Neovim plugin available, with support for other editors planned.
The Hot Reload plugin is heavily recommended with this extension.
For additional information, see GitHub.
Features
Spoiler:  
Show

Code completion



Go to definition


Go to references


Formatting


Rename


Hover


Diagnostics


Signature help


Configuration
Refer to the configuration section on the project's GitHub.

Installation
Download the extension from Files or GitHub Releases, open the command palette (Ctrl + Shift + p), select Extensions: Install from VSIX..., and select the downloaded file. Restart VS Code and you should be good to go!
In the future, the extension will be available on the Visual Studio Marketplace, so you will be able to install it from there.

Links
VS Code Extension GitHub
Language Server GitHub