Skip to content

Commit

Permalink
add docs and goto-definiton to context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Nov 14, 2016
1 parent 15d56ba commit 4bfae58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions menus/julia-client.cson
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
'context-menu':
'atom-text-editor[data-grammar="source julia"]': [
{label: 'Run block', command: 'julia-client:run-block'}
{label: 'Go to defintion', command: 'julia-client:goto-symbol'}
{label: 'Toggle documentation', command: 'julia-client:toggle-documentation'}
{type: 'separator'}
]

0 comments on commit 4bfae58

Please sign in to comment.