Ali
Ali

Reputation: 485

How to assign some shortcuts to add some snippets in eclipse IDE?

I'm using eclipse for java i need to add a shortcut key lets say ctrl+p (or any other shortcut) to add a line of code say

System.out.println();

how do i do this ?

Upvotes: 0

Views: 48

Answers (1)

Siddhant
Siddhant

Reputation: 636

you can go to the window in the toolbar, window-> preference->general(open the list menu)-> keys, there,you can see all the keyboard shortcuts and also add or customize shortcuts. enter image description here

Upvotes: 1

Related Questions