Skip to content

Code nav: single-click jump-to-definition

Warren Gifford requested to merge single-click-j2d into master

Created by: chrismwendt

This lets you jump to definition by clicking on the token:

2019-04-16 14 57 36

You can still select text even though the cursor is the hand icon 👆

This is a prototype and the plan is to merge it behind a feature flag to get a feel for the UX.

Motivation

This is similar to how Bazel and Haskell Code Explorer work and was requested by a user.

Feature flag

Global/org/user settings:

  "singleClickGoToDefinition": true,

TODO

See proposal doc https://sourcegraph.slack.com/archives/CHXHX7XAS/p1555110738009200

Merge request reports

Loading