ilich / vscode-coldfusion

Visual Studio Code CFML (ColdFusion) Language Support
MIT License
40 stars 15 forks source link

FEATURE REQUEST: Add Go To Definition Support #44

Open pmolaro opened 6 years ago

pmolaro commented 6 years ago

In JS files when you have a function you can hover over it to see a quick snippet of the function details. You can option-click the name to jump right to that function or right-click and choose "Go to Definition". It would be super helpful if at a minimum the "jump to function definition" feature worked within CFCs in both markup and script. Please determine the effort for adding this feature to your plugin.