Skip to content
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

IntelliSense: Unchecking the setting has no effect #48

Closed
fade2gray opened this issue Feb 17, 2021 · 4 comments · Fixed by #50
Closed

IntelliSense: Unchecking the setting has no effect #48

fade2gray opened this issue Feb 17, 2021 · 4 comments · Fixed by #50
Assignees
Labels
bug something isn't working intellisense Autocompletion, suggestions, etc.

Comments

@fade2gray
Copy link

fade2gray commented Feb 17, 2021

Describe the bug

Assuming that IntelliSense is responsible for 'autocomplete' and detailed descriptions of functions etc., toggling the setting on/off seems not to have any effect after reload.

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'AutoHotkey Plus Plus settings'
  2. Uncheck 'Enable IntelliSense (Preview). Changes take effect after reload.'
  3. Reload 'F1 - Developer: Reload Window'
  4. Test script for autocomplete and/or descriptive tooltips.

Expected behavior

IntelliSense to be disabled.

Additional context

Should Reload and Shutdown/Restart have the same effect (Ref: #39)- neither make any difference after unchecking IntelliSense.

@fade2gray fade2gray added the bug something isn't working label Feb 17, 2021
@mark-wiemer mark-wiemer added this to the 2021-02 February milestone Feb 20, 2021
@mark-wiemer
Copy link
Collaborator

Good catch, I broke this while renaming stuff earlier, I think

mark-wiemer added a commit that referenced this issue Feb 20, 2021
@mark-wiemer mark-wiemer mentioned this issue Feb 20, 2021
mark-wiemer added a commit that referenced this issue Feb 20, 2021
-   Fix IntelliSense ([#48](#48))
-   Move `Run Selection` command to same category as all other commands (Thanks [@fade2gray](https://github.com/fade2gray)!)
mark-wiemer added a commit that referenced this issue Feb 21, 2021
-   Fix IntelliSense ([#48](#48))
-   Move `Run Selection` command to same category as all other commands (Thanks [@fade2gray](https://github.com/fade2gray)!)
@fade2gray
Copy link
Author

fade2gray commented Jun 11, 2022

@mark-wiemer I'd like to re-raise this, as disabling intellisense in the settings has never worked for me, unless I'm totally misunderstanding just exactly what it's supposed to disable.

A before and after example, perhaps?

Currently using v2.8.1 btw.

@mark-wiemer mark-wiemer reopened this Jun 17, 2022
@mark-wiemer
Copy link
Collaborator

Acknowledging. I do remember IntelliSense makes very little difference currently, but there is a difference in my experience. I'll see if I can get some screenshots for documentation and testing :)

@mark-wiemer mark-wiemer removed this from the 2021-02 February milestone Oct 15, 2022
@mark-wiemer mark-wiemer added the intellisense Autocompletion, suggestions, etc. label Dec 3, 2022
@mark-wiemer
Copy link
Collaborator

Note that you must restart VS Code after toggling the setting to see any difference :)

Try toggling IntelliSense (IS) with this template:

; Something cool
myFunc() {
}

Then type m. With IS off, it'll suggest myFunc only because it occurs elsewhere in the file. With IS on, it'll suggest it and also tell you the function name. This applies to all functions in the current folder and all variables in the current file.

Off:
image

On:
image

Closing this one as complete, please re-open if you're having issues :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working intellisense Autocompletion, suggestions, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants