question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Autocomplete for user-defined procedures/functions?

See original GitHub issue

Is 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.

image image image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kseniiaguzeevacommented, Aug 21, 2020

Thank you for the suggestion.

0reactions
hartoiscommented, Apr 11, 2021

image

But I see only table “ttt”, and does not see function “testexception”. Do I need to turn on something else? image

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found