-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code completion for left side of : #16
Comments
Do you mean the left side of the |
Ah my bad, yeah I meant the left side. |
Got it. It's not something I have planned at the moment but I'm not against it. |
Would you be interested in me potentially contributing on it? If so I have a few questions:
|
I would like to say yes, but that code is somewhat complicated and lacking in testing. Also I don't think you can actually properly complete the keys since they could be combined in any order. We also don't do arguments for actions today. This would entail detecting that we are on the left hand side. ie the command rule and then have a different completion list compared to if you are on the right hand side. Note that today we only trigger completion on |
Your code completions for the talon list and actions works great and is very useful. I was wondering if there is currently plans to also have tab complete for the non spoken options for the right side of the colin; such as
deck(<x>)
,key(<x>)
,gamepad(<x>)
?The text was updated successfully, but these errors were encountered: