This extension aids in the development of the Single Player Tarkov project by providing additional information about items, quests, and other game objects all directly within Visual Studio Code.
- Hover Information: Hover over a SPT ID to see additional information about the object.
- Multilingual Support: Choose from a variety of languages for item names and descriptions.
- Custom ID Support: Add a
.sptids
file to your project to provide information on custom IDs. Example here.
This extension requires Visual Studio Code version 1.40.0 or later.
This extension contributes the following settings:
spt-id-highlighter.language
: specify the language for item names and descriptions.
No known issues at this time.
Updates
- Updated IDs for SPT v3.10
- Greatly expanded the data that is available on hover
- Added support for custom IDs via a
.sptids
file. Example here.
Updates
- Updated to for SPT v3.8.0
- Added trader names
- Added quest names
Fixes
- IDs should now only be highlighted when there are corresponding names available.
Enabled for JSON Files
- Update the extension to also work within JSON files.
Small README Update
- Updated the README with the correct configuration option names.
Initial release of SPT Dev Extension.
- Hover to see item names and descriptions.
- Syntax highlighting for item IDs.
- Language selection for multilingual support.
This extension is licensed under the NCSA License. The locale assets are provided by the SPT project and are licensed under the NCSA License.