Skip to content

Commit f709deb

Browse files
committed
Adds command to show arg hints
1 parent ce04696 commit f709deb

File tree

2 files changed

+244
-679
lines changed

2 files changed

+244
-679
lines changed

Default.sublime-commands

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@
2222
{
2323
"caption": "tern_for_sublime: Disable Project",
2424
"command": "tern_disable_project"
25+
},
26+
{
27+
"caption": "tern_for_sublime: Show Argument Hints",
28+
"command": "tern_show_arg_hints"
2529
}
2630
]

0 commit comments

Comments
 (0)