-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Autocomplete only completes Function Names without it's Parameters #669
Comments
I would not really like that feature. It is one of thre reasons I dont use some extensions. If it is added (which I can see its value) It should be a setting that could be turned on/off |
When you type (, you will see the parameter prompt, and you can also make the complete ( automatically. I think this is the least side effect.
I don't like this behavior either. In the past, every time I complete, I need to remove these extra contents. Therefore, currently, only the #include segments that do not support parameter prompts will carry parameters during completion. |
Thanks guys for clarifying it's a feature not a bug. Secondly, I understand the opinion of adding the feature would be undesirable (as I found out its a popular opinion amongst the coding community). However, I am sure most unexperienced users who's still new to the coding world or users who do wanna dive deep into the topic would like to have this feature for sake of simplicity. It would be nice to have as On-Off settings (for my workflow, it would help a lot), but overall it's up to the author or the votes. Lastly, I know about enabling Complete Call feature or typing Appreciate for the responses, you can close this thread if it's not gonna happen (at least help me add this feature for me personally instead of public release) |
When you type As you add the commas the next parameter is highlighted. This is great because for new users you can get the benefits of knowing the parameter and then advanced users dont have to delete the parameters that they dont use. |
What is the purpose of completing the red line part? |
Just replaced it. What does it supposed to do? & what do you mean by "complete the parameters when completing, and modify them here"? |
This implements the feature of the first post. |
set CompleteFunctionParens |
Works like a charm, much appreciated ^_^ Sounds ridiculous but last request, is it possible to allow the autocomplete list to replace completion from "ahk2.d.ahk" with snippets (that has same names) from "ahk2_common.json" while keeping the description/text prompt highlight from "ahk2.d.ahk"? For example using "MsgBox", lets say I made a snippet in "ahk2_common.json" with prefix "Msgbox", then in project editor when typing and selecting "MsgBox" (the official one with the method/function symbol, not the snippet one) from the autocomplete list, can it apply completion from "ahk2_common.json" instead of "ahk2.d.ahk" while it's text prompt description is still active from "ahk2.d.ahk"? Thanks in advance |
replace replace |
It depends on the placement location |
Hi,
Just wanna start off saying that I'm a complete beginner to the coding world, so I might not understand some of the coding terminologies if used. Anyway,
Demonstration of the Problem/or Lack of Feature (if it's considered as a missing feature)
Expected Autocomplete Behavior
Current Autocomplete Behavior
I know that I can just install/create Snippets, however for Organizing Purposes I dont want to, because the autocomplete's list gets bloated with duplicated function names + snippets' logo/symbol are undesirable + snippets doesnt provide the function's autocomplete description from "ahk2.d.ahk" file
Therefore, is it possible to solve this problem/add this feature?
Cheers
The text was updated successfully, but these errors were encountered: