Skip to content

Commit c092453

Browse files
committed
Add "Show definition" context menu
1 parent 5bd7ad7 commit c092453

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

menus/language-idris.cson

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
'label': 'Docs for'
4949
'command': 'language-idris:docs-for'
5050
}
51+
{
52+
'label': 'Show definition'
53+
'command': 'language-idris:print-definition'
54+
}
5155
]
5256
}
5357
]

0 commit comments

Comments
 (0)