Cubyz
Cubyz copied to clipboard
Autocomplete for asset files as Visual Studio Extension
Description
It is technically possible to create an extension for Visual Studio Code that would suggest names of the fields in asset zon files and possible IDs, values etc. for the fields. It may require simple language server because it would be best for the suggestions to be up to date with available assets, but those can be easily made in JavaScript with ready to use tools.
I am working on it here: https://github.com/Argmaster/cubyz-dev-kit-vscode