简体   繁体   中英

Can I define a custom keyboard shortcut in Eclipse?

I have to insert a special string in my code in a large scale.

Can I define a short key in Eclipse for inserting a special string in my code?

I need Copy and Paste keys so I don't want to use Copy and Paste operations.

For example I need to press ALT+CTRL+K and the text "hello" is inserted.

尝试按Ctrl + F。您可以找到并替换。例如,要在“ welcome”之后插入“ hello”,此短键可以找到“ welcome”并替换为“ welcome hello”。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM