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

Option to disable code lens #52

Open
deitry opened this issue Oct 16, 2018 · 1 comment
Open

Option to disable code lens #52

deitry opened this issue Oct 16, 2018 · 1 comment

Comments

@deitry
Copy link

deitry commented Oct 16, 2018

I want to suggest option to disable code lens. Ideally, it should be range of options in order to control variable refs, function calls, class refs separately.


Also I want to complain about inline lens implementation, but maybe it should be addressed to vscode developers:

  1. lens text colorized as near standing text instead of graying. In some cases it is not clearly where are lens and there is actual code
  2. when I want to put cursor at the end of the function/variable name I must click at the end of the code lens. If I click on the lens, the cursor appears before the last symbol of function name and it's annoying
  3. I must switch from inline view to vertical if I want to manually format code, since lens distorts actual code position. Maybe would be better if lens would appear as it's implemented in Blame from GitLens extension - grayed at the end of line
@deitry
Copy link
Author

deitry commented Oct 16, 2018

Didn't noticed #7.
Still,

"[cpp]": {
    "editor.codeLens": false
}

is definitely not what I want. I want to turn off variable refs lens and keep class refs and function calls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant