networkteam / vscode-neos-fusion

VSCode language support for Neos Fusion
4 stars 5 forks source link

Feature-Request: Ctrl+Click on Prototypes to see the source code. #9

Open mhsdesign opened 3 years ago

mhsdesign commented 3 years ago

This would speed up many lookups. Sadly, I have no experience on VS-Code plugins.

But thank you for creating this Plugin. It's the only free way to get started with Neos, and it helps a lot.

suffle commented 2 years ago

Sadly that's not easily possible, for these advanced code lookups you need to write a language server and include it in the extension.

jonnitto commented 2 years ago

But anyway, this would be an awesome feature!

sjsone commented 2 years ago

shameless plug on my part here, but i wrote an extension to support go-to-definition and fusion-prototype-code-completion: https://marketplace.visualstudio.com/items?itemName=SimonSchmidt.vscode-neos-fusion-lsp

It is heavenly under construction, i did not test it on a lot of projects and it might not work for you. But it may be better than nothing