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

Add known languages to autocomplete for language-specific settings #48317

Closed
usernamehw opened this issue Apr 21, 2018 · 2 comments
Closed

Add known languages to autocomplete for language-specific settings #48317

usernamehw opened this issue Apr 21, 2018 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug settings-editor VS Code settings editor issues
Milestone

Comments

@usernamehw
Copy link
Contributor

Issue Type: Bug

It works in this case (trigger autocomplete in |):

{
    "[|"
}

It doesn't work in case of plain typing (start typing [java):

{
    "|"
}

autocomplete

@sandy081 sandy081 added bug Issue identified by VS Code Team member as probable bug config VS Code configuration, set up issues labels Apr 23, 2018
@sandy081 sandy081 added this to the Backlog milestone Apr 23, 2018
@sandy081 sandy081 added settings-editor VS Code settings editor issues and removed config VS Code configuration, set up issues labels Sep 19, 2018
@jabacchetta
Copy link

To add to this, if a language-specific setting already exists for a language, then that language will appear in IntelliSense while typing. If the language does not have its own custom settings yet, you must manually trigger IntelliSense after the opening bracket, as @usernamehw suggests.

@usernamehw
Copy link
Contributor Author

Works now.

@github-actions github-actions bot locked and limited conversation to collaborators Jun 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug settings-editor VS Code settings editor issues
Projects
None yet
Development

No branches or pull requests

3 participants