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

Autocomplete for folders macOS #25238

Closed
radostnomne opened this issue Apr 24, 2017 · 2 comments
Closed

Autocomplete for folders macOS #25238

radostnomne opened this issue Apr 24, 2017 · 2 comments
Assignees
Labels
info-needed Issue requires more information from poster javascript JavaScript support issues typescript Typescript support issues

Comments

@radostnomne
Copy link

not working autocomplete in path.
Mac os sierra 10.12.4
step to reproduce:

  1. open js or ts project.
  2. try to import any module (using import or require)
    Expected result: autocomplete in path or autocomplete from folder node_modules.
@mjbvz mjbvz self-assigned this Apr 24, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented Apr 24, 2017

Can you manually trigger intellisense for the path using the Trigger Suggest command, ctrlspace by default? If so, this may be a duplicate of #23962

@mjbvz mjbvz added javascript JavaScript support issues info-needed Issue requires more information from poster typescript Typescript support issues labels Apr 24, 2017
@radostnomne
Copy link
Author

It helps me, thank you.
"editor.quickSuggestions": { "other": true, "comments": false, "strings": true }

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster javascript JavaScript support issues typescript Typescript support issues
Projects
None yet
Development

No branches or pull requests

2 participants