Modify or customize eclipse shortcuts
Window --> preferences --> General --> keys
Select any command and enter the shortcut key you want to use in the binding below. (Press the key when the input box is selected)
Below are some common examples.
/
1. CTRL + M -- switch the window size2. CTRL + Q -- jump to the last editing area3. F2 -- when you place the cursor on a tag and press f2 to move the mouse away, the tooltip will display the show tooltip description.F3 -- jump to the declaration or
MARK:
CTRL + 1 quick fix (the most classic shortcut, you don't need to talk about it) CTRL + D: Delete the current row CTRL + ALT + ↓ copy the current row to the next row (copy added) CTRL + ALT + ↓ copy the current row to the previous row (
Vim Quick Start
20:19:13 | classification: Linux | report | font size subscriptionVim has three modes: normal (visual command) mode, command line mode, and edit mode. Start vim and Press ESC in any mode to enter normal mode. In normal mode, enter:
Eclipse shortcut key Daquan (reproduced) Ctrl + 1 quick fix (the most classic shortcut key, you don't have to say much)
CTRL + D: Delete the current row
CTRL + ALT + ↓ copy the current row to the next row (copy added)
CTRL + ALT + ↓ copy the current
Linux VI Tool
Method 1: Enter VI filename in the command line and open the file if it exists. If it does not exist, create a file named filename.After entering VI, press the I key, enter the content, and then press ESC, then press the colon
Linux programming environment I. vim
The vim editor can be divided into three modes: Command mode, insert mode, and baseline mode, as shown in the diagram of mutual conversion between Vim modes.
Command mode: controls the movement of the screen
Address: http://linuxtoy.org/archives/efficient-editing-with-vim.html
Although Vim was used a long time agoTuneClick here and use only the commands you want. Recently, in order to improve code writing efficiency and coding fun, I re-studied vim and
Installation and uninstallation of Oracle11g and use of common tools, oracle11g installation and uninstallation
Installation and uninstallation of Oracle11g and use of common tools
Purpose:
(1) master the installation and uninstallation processes of
A Brief Study of some basic command line text editing programs that can save time and effort. Text editing is usually performed interactively in the text editor application. However, some tasks can be conveniently and quickly completed directly from
Basic CentOS vi operations
1. About exit
: Wq! ---- Force save and exit: Wq ---- save and quit: X ----- works the same as: wqZZ ---- has the same role as: wq (note that Z is capitalized and not in command mode): Q ---- exit: Q! --- Force exit
======
Shortcut Keys for eclipse and documentation and multi-line annotations
1. Multi-line comment shortcut
1. Select the area to be annotated and useCTRL + Shift + cOrCTRL +/ // Comments are added.2. Select the items you want to comment on
Myeclipse shortcut key [Reprinted below]
(1) Ctrl + M switch window size(2) Ctrl + q jump to the last editing position(3) F2: When you place the cursor on a tag and press f2 to move the mouse away, the tooltip will display the show tooltip
Cursor is a method for processing data. To view or process data in a result set, A cursor provides the ability to forward or backward data in a result set by one or more rows. We can use a cursor as a pointer, which can specify any position in the
"If you are doing well, you must first sharpen the tool." Thanks to eclipse, she made it easier for us to read the code of a large project, I found that mastering several eclipse shortcut keys will make the reading experience smoother. Write it out
Common shortcut keys in eclipse
CTRL + D: Delete the current row
CTRL + ALT + ↓ copy the current row to the next row (copy added)
CTRL + ALT + ↓ copy the current row to the previous row (copy added)
Alt + ↓ interaction position between the
Ctrl + 1 quick fix (the most classic shortcut key, you don't need to talk about it) Ctrl + D: Delete the current row Ctrl + Alt + ← copy the current row to the next row (copy added) ctrl + Alt + ↓ copy the current row to the previous row (copy and
Add necessary comments to make it a good habit for a front-end with a sense of responsibility and a moral model,
This greatly improves the maintainability and readability of the Code.
Java code annotation shortcut: ctrl + shift +/First familiarize
In the reference learning the VI and Vim editor when found that the ex editors as the parent class VI, for our in-depth understanding of VI and VI clones of the past life has great help, it is necessary to separate a document to introduce some
1. move and redirect: n jumps to n rows, and n indicates that the row number nG jumps to n rows, n indicates the row number CTRL-] jump to the subject CTRL-O corresponding to the current cursor back to the previous position h left j down k l right W
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.