ESL private source menu commands, Only active on *.xaml files.
Name | Function | Keyboard Shortcut |
---|---|---|
Toggle Comment | Comment or uncomment all lines containing the current selection. | Ctrl+Shift+C |
Add Block Comment | Add a block comment around all lines containing the current selection. | Ctrl+Shift+/ |
Remove Block Comment | Removes a block comment from all lines containing the current selection. | Ctrl+Shift+\ |
Shift Left | Decrements the level of indentation of the currently select lines. Only activated when the selection covers multiple lines or a single whole line. | |
Shift Right | Increment the level of indentation of the currently select lines. Only activated when the selection covers multiple lines or a single whole line. | |
Cleanup Documents... | Provide various changes in order to clean up your code according to the settings specified in the Cleanup page. | |
Format | Use the code formatter to format the current text selection. The formatting options are configured on the Code Formatter Preference Page. | Ctrl+Shift+F |
Format Active Elements | Use the code formatter to format the active element comprising the current text selection. | Ctrl+I |
Occurrences in File | Search all elements from all lines containing the current selection. | Ctrl+Shift+A |