Eclipse IDE template key shortcut?
In Eclipse IDE, open "template" view,开发者_如何转开发 it has a button "Insert into Editor", how can I bind a key shortcut to it ?
Thanks.
Using key combination ctrl+Space
on a context ( for example text "main") will open the code template pane in your editor and you can use arrow keys to select the template you want to insert.
Use Ctrl+Space
twice to elicit the template dialog (usually comes with the desired template selected).
精彩评论