Feat: custom completion support #55
Closed
lukejans
started this conversation in
Feature request
Replies: 1 comment 1 reply
-
CodeWhisperer uses the https://github.com/withfig/autocomplete specs to give auto-suggestions. These are community maintained, if you want to contribute |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checks
Feature Details
Description:
Realization
I recently started using arduino-cli tools and have realized I'm constantly typing
arduino-cli help
because I can't remember all the commands. I realized this to be a trend with many command line tools downloaded with homebrew. homebrew has a configuration that makes tab completion work for downloaded command line tools but CodeWhisperer doesn't notice the commands.Feature
CodeWhisperer to recognize external commands bundled with homebrew completions. more on homebrew completions.
Current functionality
commands can be listed via
tab
completion through homebrew configuration but CodeWhisperer does not notice the commands therefore it will not show a list of completions.Beta Was this translation helpful? Give feedback.
All reactions