Autocomplete function describe hint doesn't show up
-
Hello, I’ve tried to make my own function and description for it, but the description doesn’t show up for some reason. Yes, I have “Function parameters hint on input” checkbox checked.
-
I think your autocompletion filename must match the language extension - so the “-test” suffix should be removed. Also you have specified that your function starts with open parenthesis:
startFunc="("
So you’ll need to type:
abs(
before you get any function hints.
Cheers.
-
This post is deleted! -
This post is deleted! -
Oh, yeah, I see. Thanks ! I thought it’s gonna add the tip to the word itself. Like when you type “abs” you get a tip…
Is it possible to do so though ?
And is it possible to start my function with " ?