You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking through the mechanics of Notepad++ auto-completion feature, and seems like the XML structure of each auto-complete file stores a fairly share of information, including things like parameter hints that are reminiscent of the comments/tooltips FR #7 proposes.
I tried to use it in the original way and seems to have some annoying issues, like the tooltip disappearing if you try to nest functions, and other UI annoyances.
So, i'm thinking, what about Snippets automatically fetch those auto-completions and display them alongside user-added snippets, maybe in auto-generated libraries for each built-in programming language?
The text was updated successfully, but these errors were encountered:
Hello!
I was looking through the mechanics of Notepad++ auto-completion feature, and seems like the XML structure of each auto-complete file stores a fairly share of information, including things like parameter hints that are reminiscent of the comments/tooltips FR #7 proposes.
I tried to use it in the original way and seems to have some annoying issues, like the tooltip disappearing if you try to nest functions, and other UI annoyances.
So, i'm thinking, what about Snippets automatically fetch those auto-completions and display them alongside user-added snippets, maybe in auto-generated libraries for each built-in programming language?
The text was updated successfully, but these errors were encountered: