Feature request: Functions List Improvements
Posted: Sun Feb 28, 2021 7:27 pm
Yes, it's me again.
But there's one more great idea I just cannot hold back
. Alright, two ideas actually...
Improvements for... tatahh...
THE FUNCTIONS LIST

Cheers,
Michael
But there's one more great idea I just cannot hold back
Improvements for... tatahh...
THE FUNCTIONS LIST
- The Functions List is a very handy feature to jump straight to a function's definition. In another post I mentioned Intellisense and you might have guessed that I'm a bit of lazy typer. I totally admit that and willingly
.
How about this: You're typing happily ahead and now you'd like to call one of your precious functions with this utterly long name (to make totally clear what it's doing even if you look at it 2 years from now). But the list of function names is right there, you just want to get that name into your code.- Now you press a shortcut (let's say Ctrl-Space or some other you might think is more appropriate)
- The Functions List gets the focus
- You select your function using the arrow keys and press Enter
- The name (and maybe even an opening bracket) is inserted into your code at cursor position and has gotten the focus back so you can go on with typing the arguments
- (pressing F2 instead of Enter could jump to the function's definition and double clicking would... hmmm... I'd prefer it to do the same as Enter, actually, instead of jumping the definition as it does now)
- I very much love the upper-lower-case-correcting feature of the IDE. Now, I assume you have dictionary for keywords to correct. Couln't you just add the list of functions to that dictionary and there you go --> own functions would be case corrected as well!
Cheers,
Michael