This extension aids in the development of the Single Player Tarkov project by providing easy access to item names and descriptions directly within Visual Studio Code.
Features
Hover Information: Hover over an item ID to see the full item name or short name, depending on your settings.
Multilingual Support: Choose from a variety of languages for item names and descriptions.
Requirements
This extension requires Visual Studio Code version 1.40.0 or later.
Extension Settings
This extension contributes the following settings:
spt-id-highlighter.language: specify the language for item names and descriptions.
spt-id-highlighter.nameType: choose between displaying the full item name or the short name on hover.
Known Issues
No known issues at this time.
Release Notes
v1.1.0
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.
v1.0.2
Enabled for JSON Files
Update the extension to also work within JSON files.
v1.0.1
Small README Update
Updated the README with the correct configuration option names.