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

No intellisense in keybindings editor #32101

Closed
kieferrm opened this issue Aug 7, 2017 · 3 comments
Closed

No intellisense in keybindings editor #32101

kieferrm opened this issue Aug 7, 2017 · 3 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality keybindings VS Code keybinding issues

Comments

@kieferrm
Copy link
Member

kieferrm commented Aug 7, 2017

  • VSCode Version: Code - Insiders 1.15.0-insider (6feff11, 2017-08-04T17:43:56.658Z)
  • OS Version: Darwin x64 16.7.0
  • Extensions:
Extension Author (truncated) Version
vscode-docker Pet 0.0.16
quokka-vscode Wal 1.0.46
crazy kie 0.0.1
githistory don 0.2.2
python don 0.7.0
gitlens eam 4.3.3
tslint eg2 0.17.0
vscode-npm-script eg2 0.2.0
vsc-travis-ci-status fel 1.1.0
svgpreview kis 0.2.0
Go luk 0.6.63
mssql ms- 1.1.0
github-issues-prs ms- 0.4.0
debugger-for-chrome msj 3.1.7
vscode-versionlens pfl 0.19.1
Ruby reb 0.13.0
kustovscode sea 0.0.1
php-syntax-visualizer vsc 0.0.1
vscode-open-in-github ziy 1.2.7

(1 theme extensions excluded)


Steps to Reproduce:

  1. Open the json based keyboard shortcut editor
  2. On the right paste the following:
[
    {
        "key": "cmd+k",
        "command": "workbench.action.terminal.clear",
        "when": ""
    }
]
  1. Trigger Intellisense in the value with the when clause.
    -> no completion proposals
@kieferrm kieferrm added the bug Issue identified by VS Code Team member as probable bug label Aug 7, 2017
@vscodebot vscodebot bot added the insiders label Aug 7, 2017
@alexdima
Copy link
Member

alexdima commented Aug 8, 2017

The configuration-editing extension we ship with adds a completion item provider for keybindings.json files, but at this time only completes in the command field. Given @jrieken implemented this, I'll forward this feature request to him.

@alexdima alexdima assigned jrieken and unassigned alexdima Aug 8, 2017
@jrieken jrieken added feature-request Request for new features or functionality and removed bug Issue identified by VS Code Team member as probable bug labels Aug 14, 2017
@chrmarti chrmarti removed the insiders label Sep 27, 2017
@jrieken jrieken removed their assignment Oct 31, 2017
@jrieken jrieken added the keybindings VS Code keybinding issues label Oct 31, 2017
@usernamehw
Copy link
Contributor

/duplicate of #9303

@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Jan 26, 2019
@vscodebot
Copy link

vscodebot bot commented Jan 26, 2019

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Jan 26, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality keybindings VS Code keybinding issues
Projects
None yet
Development

No branches or pull requests

5 participants