Go to function definition in Anvil IDE

Visual Studio has ruined me.

Please show a “Go to function” tooltip with link to function definition on all function calls.

I think more things like this would be great. For now, though, if you CTRL-click on a function call, that takes you to the function definition.

4 Likes

For this kind of thing, I tend to hop into my local editor (neovim).

Here’s a screencast of me firing up neovim, moving to line 48, where the _timestamp function is called and then hitting <space> d to move to that function’s definition on line 37:

That’s terrific! So far, I’ve been doing it the slow, hard way. @hugetim, where do you find such shortcuts? (It’s not in the docs’ keyboard shortcuts list.)

2 Likes

You can read much of what’s available in the command reference for the built in editor, codemirror.

1 Like