String literal autocomplete #10338
Unanswered
shaded-enmity
asked this question in
Ideas
Replies: 1 comment 4 replies
-
that is too specifc, that could be covered by #1063 but I don't think specific completions for string literals would be supported (or even could be what is a string literal is language dependent). This would be more appropriate as a feature request to the language server you are using (they have an ast we do not) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Been using Helix as my daily driver for over a year now, and one thing I've been consistently bumping into is the lack of autocomplete for string literals.
Example code:
This is quite a common pattern when working with Pandas dataframes and sometimes the column names can be annoyingly long. When writing out the second "col" I'd like to be able to trigger autocomplete with list of other string literals in the current file.
In pseudocode:
Is something like this possible today? If not, I'm happy to look into it if such PR would be welcome.
Beta Was this translation helpful? Give feedback.
All reactions