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 doesn't work with snippets. #71863

Closed
ice-chillios opened this issue Apr 6, 2019 · 4 comments
Closed

Intellisense doesn't work with snippets. #71863

ice-chillios opened this issue Apr 6, 2019 · 4 comments
Assignees
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@ice-chillios
Copy link

ice-chillios commented Apr 6, 2019

  • VSCode Version: 1.33.0
  • OS Version: macOS Mojave 10.14.4 (18E226)

Steps to Reproduce:

  1. Use snippet extension which will involve import path
  2. Intellisense is not triggered to search node_modules or module paths, also it ignores named exports inside package / module.

Issue in package: r5n-labs/vscode-react-javascript-snippets#61
Example: https://youtube.com/watch?v=QOi44GXGJy0

P.S. I'm not sure if this ever worked, so maybe it's more like a feature request.

@eclectic-coding
Copy link

FYI. I reverted back to VSCode 1.32.3 (February 2019) version and everything works fine. It appears the March release broke Intellisense with snippets.

@jrieken jrieken added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Apr 9, 2019
@vscodebot
Copy link

vscodebot bot commented Apr 9, 2019

Please ask your question on StackOverflow. We have a great community over there. They have already answered thousands of questions and are happy to answer yours as well. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Apr 9, 2019
@jrieken
Copy link
Member

jrieken commented Apr 9, 2019

Suggestions as you type are disabled inside snippets and can be enabled via editor.suggest.snippetsPreventQuickSuggestions

@eclectic-coding
Copy link

I would suggest this is not a fix. This problem started with the new version. I did add "editor.suggest.snippetsPreventQuickSuggestions": false to the json with no effect. I did not have this setting in my json before and vscode-es7-javascript-react-snippets worked perfectly.

As you can see, it still presents the loading:
Screen Shot 2019-04-09 at 5 45 54 AM

The template eventually works, after a VERY long delay (at least a minute), inserting the snippet but autocomplete is unusable.
Screen Shot 2019-04-09 at 5 50 53 AM

@vscodebot vscodebot bot locked and limited conversation to collaborators May 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

4 participants