tauri-apps / tauri-vscode

Visual Studio Code Extension for Tauri apps development
https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode
Apache License 2.0
450 stars 28 forks source link

Syntax highlighting for invoked Tauri functions #241

Open Selyss opened 4 months ago

Selyss commented 4 months ago

I was wondering if it would be possible to add highlighting and hover documentation within the string argument of invoked functions. I may try working on this and see how possible it would be, and was wondering if this feature was looked into.

amrbashir commented 4 months ago

There hasn't been any work done for this at all and no plans for any of us to work on it soon but it's interesting concept if you want to give it a try.

UnoCSS project has an extension that highlights the strings that it recognizes so I think it is possible.

Selyss commented 4 months ago

Thanks, I think I may try working on this. Seems linked to #25