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

Is there a way to disable Ctrl Click go to reference feature? #16974

Closed
brunolm opened this issue Dec 9, 2016 · 1 comment
Closed

Is there a way to disable Ctrl Click go to reference feature? #16974

brunolm opened this issue Dec 9, 2016 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@brunolm
Copy link

brunolm commented Dec 9, 2016

  • VSCode Version: 1.7.2
  • OS Version: Ubuntu 16

Steps to Reproduce:

  1. Have a reference (TypeScript) (import * as moment from 'moment';)
  2. Ctrl click moment to select the word

Expected: Select the word moment

Actual: It goes to moment definition file

Note, the following keybinding did not change the behavior at all:

    {
        "key": "ctrl+[mouse button]",
        "command": "cursorWordLeft",
        "when": "editorTextFocus"
    }
@alexdima alexdima self-assigned this Dec 9, 2016
@alexdima
Copy link
Member

alexdima commented Dec 9, 2016

Let's track this in #3130

@alexdima alexdima closed this as completed Dec 9, 2016
@alexdima alexdima added the *duplicate Issue identified as a duplicate of another issue(s) label Dec 9, 2016
@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
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants