Autocomplete for user-defined procedures/functions?
See original GitHub issueIs your feature request related to a problem? Please describe.
I work a lot with MySQL databases, which use UUIDs stored as BINARY(16)
. In order to convert them from and to a human-readable format, I’ve got 2 procedures defined in each of those databases. To get a record with a desired UUID, I have to run a query like:
SELECT *
FROM table_name
WHERE id = uuid_to_ouuid('664a3350-dc2b-11ea-9f33-0242ac130003')
where uuid_to_ouuid
is my custom procedure. The problem is that I have to manually write its name every time, without any auto-completion.
Describe the solution you’d like It would be very usable to have auto complete of the custom procedures’ names the same way as it completes built-in ones.
Additional context I’m attaching a few screenshots which show the thing I’m thinking about.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
autocompletion for user defined functions - Microsoft Community
When I write a function in the module attached to the excel file, it is immediately recognized and excel suggests the function name...
Read more >Autocomplete | Variables and Functions - YouTube
This video applies to Update 22A and later releases. In this video you will learn how to use variable and functions in the...
Read more >Argument completions for user-defined functions
This file describes in detail how to attach completion actions to each parameter of listed functions. For example, it contains the entry: " ......
Read more >Functions Used in Autocomplete Rules - Oracle Help Center
You can define one variable each using the primary 6 data types as a first step in rule building. Then on the right...
Read more >Autofill for a user defined function - excel - Stack Overflow
Your UDF would work better if you passed in as parameters the values from column C, D and E rather than reading them...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for the suggestion.
But I see only table “ttt”, and does not see function “testexception”. Do I need to turn on something else?