Cubyz icon indicating copy to clipboard operation
Cubyz copied to clipboard

Autocomplete for asset files as Visual Studio Extension

Open Argmaster opened this issue 6 months ago • 1 comments

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.

Argmaster avatar May 18 '25 16:05 Argmaster

I am working on it here: https://github.com/Argmaster/cubyz-dev-kit-vscode

Argmaster avatar May 29 '25 23:05 Argmaster