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

editor.wordBasedSuggestions force disabled while in ahk language mode #250

Open
aplotor opened this issue Oct 10, 2022 · 3 comments
Open
Assignees
Labels
bug something isn't working intellisense autocompletion, suggestions, etc.

Comments

@aplotor
Copy link

aplotor commented Oct 10, 2022

Description

previously typed words in the document/file are not suggested by the editor while in ahk language mode provided by this extension, even though the corresponding setting (editor.wordBasedSuggestions) is enabled in settings.json

Reproduction steps

Steps to reproduce the behavior:

  1. set file language to AutoHotkey (ahk)
  2. start typing a previously typed word
  3. wait for word based suggestion
  4. suggestion does not show up

Expected behavior

word based suggestion should show up

Additional context

if i switch the file to another language mode (tested in plain text and javascript), i get expected behavior::
image

if i switch the file to AutoHotkey language mode, i get the bug (no word based suggestions)::
image

@aplotor
Copy link
Author

aplotor commented Oct 14, 2022

it doesnt occur with "ahk++.language.enableIntellisense": false. so seems like something in ahk intellisense is overriding editor.wordBasedSuggestions

@mark-wiemer mark-wiemer added the intellisense autocompletion, suggestions, etc. label Dec 3, 2022
@mark-wiemer
Copy link
Member

Ref microsoft/vscode#139559, the built-in PHP extension seems to have had a similar issue in early 2022.

@mark-wiemer
Copy link
Member

Unsure what's causing this, working to reproduce with a smaller extension but this issue will probably stay on the back burner as I prioritize AHK v2 support

@mark-wiemer mark-wiemer moved this to Todo in AHK++ Aug 18, 2024
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
Status: Todo
Development

No branches or pull requests

2 participants