action to show type of selected expression or expression under caret

This commit is contained in:
Dmitry Jemerov
2011-06-15 19:29:14 +02:00
parent 8786c6a667
commit 75092449f9
2 changed files with 66 additions and 1 deletions
+5 -1
View File
@@ -14,7 +14,11 @@
</project-components>
<actions>
<!-- Add your actions here -->
<action id="ShowJetExpressionType" class="org.jetbrains.jet.plugin.actions.ShowExpressionTypeAction"
text="Show Expression Type">
<keyboard-shortcut keymap="$default" first-keystroke="control shift Q"/>
<add-to-group group-id="CodeMenu" anchor="last"/>
</action>
</actions>
<extensions defaultExtensionNs="com.intellij">