If I type Ctrl+Shift+T in Eclipse, an Open Type window opens. But this works only if I am in a Java file (or in the Package Explorer area).
I want to open the same window when I press Ctrl+Shift+T regardless of the resource (E.g.: if the open file is .js, .class or .xml).
How can I achieve this?
Details:
- Operating system: Windows 7
- IDE: Eclipse Luna (4.4)
I tried to:
- go to Window > Preferences > General > Keys > type "Open Type" / "Ctrl+Shift+T"
let only the following line for
Ctrl+Shift+T
/Open Type
:Command: Open Type Binding: Ctrl+Shift+T When: In Windows Category: Navigate
but it doesn't work.