Skip to content

Commit 8d0fcd9

Browse files
authored
Merge pull request #509 from Microsoft/addMouseClickForGotoRef
Add mouse click support for go to ref
2 parents eb6d0a4 + 4582a15 commit 8d0fcd9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Default.sublime-mousemap

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{
3+
"button": "button1",
4+
"count": 2,
5+
"command": "typescript_go_to_ref",
6+
"press_command": "drag_select",
7+
"context": [
8+
{ "key": "selector", "operator": "equal", "operand": "text.find-refs" }
9+
]
10+
}
11+
]

0 commit comments

Comments
 (0)