Skip to content

codeintel: Add setting codeIntelligence.clickToGoToDefinition

Warren Gifford requested to merge setting-to-disable-token-click into main

Created by: chrismwendt

If you set this to false, you can click on tokens without triggering a go to definition.

{
  "codeIntelligence.clickToGoToDefinition": false // defaults to true
}

From Slack

Test plan

Ran locally with and without the setting and verified it had the intended behavior.

Merge request reports

Loading