Note:
CTRL + Shift + c
CTRL +/
In mxmlCodeAdd CDATA Block
CTRL + Shift + d
Code indent and forward
Tab
Shift + Tab
Help
F1
Context help
Shift + F2
Automatically complete the words that have been lost (word completion (cycles through possible matches ))
Alt +/-- code prompt
Content help
Alt +. (originally Alt + space, because the input method is changed to Alt + .)
Add or remove breakpoints
CTRL + Shift + B
F1 -- flex help
F3 -- go to definition
F11 -- start debugging
F5 -- debug the code to the next layer
F6 -- debug an error code that enters the same Layer
F7 -- jump to the previous layer to continue debugging
F8 -- debug to the next breakpoint
Ctrl + F11 -- RUN)
CTRL + ALT + down -- repeat current line)
Alt + up -- move this column, or move the selected column up (move line (or selection) up)
Alt + down -- move this column, or move the column down (move line (or selection) down)
Ctrl + Click -- move to the definition area (go to definition (also F3 ))
Ctrl + D -- Delete line
Ctrl + up: Scroll up)
Ctrl + down: Scroll down