Note: This extension is currently under development. Due to limited time, the autocompletes, functions, fields, notifies, etc., have been generated automatically by a script from raw files. There has been no manual verification, so please be aware of potential inconsistencies.
This extension is a fork of the CoD-Sense extension, with gsc syntax highlight and numerous additional features for IW5 and the Plutonium environment. The Features will only work in files located in the scripts path: %localappdata%/plutonium/storage/iw5
You can find this extension in the Visual Studio Code marketplace: Visual Studio Marketplace
Documentation: GSC Documentation
- Autocomplete: Autocomplete support for functions, some structure fields, and include paths.
- Function Renaming: Easily rename functions with F2.
- Go to Definition: Quickly navigate to function declarations with ctrl + click.
- Script Download: Option to download scripts from a GitHub url.
- Autocomplete: Autocomplete support for variables within the function scope.
- Function Renaming: Easily rename variables within the function scope.
- Go to Definition: Quickly navigate to variable declarations within the function scope.
- Function Documentation: Read and display docstrings from files to show arguments and descriptions of functions.
snippets: #docstring
- Fix Readme Error
- Hover Provider: Added a hover provider, when hovering over a function, a window will display its documentation if available.
- Folding Region: Added the functionality of folding regions to facilitate code organization.
- Go to Definition: Now this functionality can be used on paths.
- Minor Fixes: Several minor issues have been resolved to improve and fix certain features.
- Autocomplete: Added autocompletions for waittils arguments, defines constants, and mod damages.
- File Renaming: Renaming or moving files will now also auto rename includes.
- Expanded File Scope: The extension now observes files in the entire
iw5/
workspace, not justiw5/scripts
. - Folding: Added folding functionality to functions and multiline comments.
- Hover Highlighting: Added highlighting in hover code documentation.
- Minor Fixes: Several minor issues have been resolved to improve and fix certain features.
- Removed Script Download: Despite the creation a version with marketplace panel due to the API rate limit, this feature will be removed for now.