You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: