[DONE] Can Visual Studio Code show engine hints?

I installed PlayCanvas VS Code extension, added the project and checked the synchronization - everything works, but there are no hints from the engine.
Is it possible to activate them?

PlayCanvas code editor

VS Code
image

calling @yak32

we have plans to implement this functionality.

You can probably add the PlayCanvas d.ts file to the project via methods like this typescript - Global type declaration in vscode for javascript - Stack Overflow

I added support for engine types to playcanvas vscode extension by introducing virtual reference to types file at the top of the file (the only way available for virtual file system in vscode). Support could be disabled in settings. PR - support for playcanvas types by isumygin-sc · Pull Request #8 · playcanvas/vscode-extension · GitHub

3 Likes