Today, a friend told me that he felt slickedit was useless. He is not familiar with slickedit. If you are familiar with it, it is very easy to use. It is a little difficult to get started, just like the total command! It is not easy to get started, but once used, it is a powerful tool!
Slickedit is the leader in the editor and the product of a 15-year-old sword. Now you can not only edit but also directly open the vs project and compile it directly. Now the new version uses windbg for debugging. It also supports dozens of languages, such as C/C ++, Java, Python, Perl, Lua, assembly, C #, F #, and Erlang. That is to say, you only need an editor. However, it takes some time to control the king. Read its help documentation, which is the most important learning path. Before using slickedit, you 'd better learn the basic usage of slickedit. Otherwise, it will be difficult to use it. You 'd better customize the configuration based on your preferences, the commonly used shortcut keys are not necessarily the same as those of others. Today I will introduce several shortcut keys that I often use.
1. to query functions, variables, classes, symbols, definitions, and so on, please use "find symbol" Alt + S Y
This function is very powerful. It supports search methods such as Windows wildcards and regular expressions to conveniently query various symbrs. This is my first common shortcut key.
For example:
2. Quickly open the file you want to open
CTRL + O
Enter the file name you want to open in the file name to open the file directly.
3. Quickly select the desired content
4. Shortcut Keys
One of the biggest features of slickedit is its rich variety of shortcut keys.
You can find several frequently used products on the Internet.
Shift + enter select-whole-word is bound to the same keyboard shortcut As Ida.
CTRL +. Go to definition
CTRL +/go to reference
Alt +/comment
CTRL + ALT +/uncomment
Alt + t B beautify code
CTRL + Shift + B list openfile
There are many more, so you are interested in yourself!
..............................
Is the keyboard binding settings option. You can change the keyboard binding here to adapt to your habits.