사용자 도구

사이트 도구


language:unity:monodevelop:keyboard

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
language:unity:monodevelop:keyboard [2013/03/06 14:57]
127.0.0.1 바깥 편집기
language:unity:monodevelop:keyboard [2022/12/07 22:30] (현재)
kieuns ↷ 문서가 개발_언어:unity:monodevelop:keyboard에서 language:unity:monodevelop:keyboard(으)로 이동되었습니다
줄 1: 줄 1:
 +^                    Code Navigation                     ^^
 +| Find reference                 | shift+f12              |
 +| Go to declaration              | f12                    |
 +^                                                        ^^
 +| Enable/Disable breakpoint      | Ctrl+f9                |
 +| Step Into                      | f11                    |
 +| Step Out                       | Shift+f11              |
 +| Step Over                      | f10                    |
 +| toggle breakpoint              | f9                     |
 +^                                                        ^^
 +| Indent Selection               | Ctrl + Alt + End       |
 +| Unindent Selection             | Ctrl + alt + home      |
 +^                                                        ^^
 +| Join Lines                     | Ctrl+Shift+J           |
 +| Redo                           | Ctrl+Shift+Z           |
 +| Rename                         | f2                     |
 +^                                                        ^^
 +| Toggle All Folder              | ctrl + shift + a       |
 +| toggle fold                    | ctrl + shift + m       |
 +| toggle line comment            | ctrl + alt + c         |
 +^                                                        ^^
 +| Unity Api Reference            | ctrl + '               |
 +^                                                        ^^
 +| Switch Between Related Files   | Ctrl + Alt + Up        |
 +^                                                        ^^
 +| Quick Fix                      | Alt+Return             |
 +| Show Code Generation Wnd       | Alt + Insert           |
 +| Show Fix                       | Ctrl + .               |
 +^ BookMark                                               ^^
 +| Toggle Bookmark                | Ctrl + M%%|%%T         |
 +| Clear Bookmarks                | Ctrl + M%%|%%C         |
 +| Next BookMark                  | Ctrl + M%%|%%N         |
 +| Prev BookMark                  | Ctrl + M%%|%%P         |
 +^                                                        ^^
 +| Find In files                  | Ctrl + shift + f       |
 +| Find Next                      | Ctrl + G               |
 +| Find Next Selection            | Ctrl + f3              |
 +| Find Previous                  | Ctrl + shift + G       |
 +^                                                        ^^
 +| GoTo File(파일로 가기)         | Alt + Shift + O        |
 +| GoTo Type                      | Ctrl + Shift + T       |
 +| Navigate To                    | Ctrl + ,               |
 +^                                                        ^^
 +| Replace in files               | Ctrl + Shift + H       |
 +^                                                        ^^
 +| Complete the current statement | Ctrl + Shift + Ret     |
 +| Delete to End of line          | Ctrl + K               |
 +| Dynamic Abbrev                 | Alt + /                |
 +| Expand Selection               | Alt + Shift + up       |
 +| Expand Selection               | Alt + Shift + down     |
 +^                                                        ^^
 +| Go to matching Brace           | Ctrl + B               |
 +^                                                        ^^
 +| Move to next usage             | Ctrl + Shift + down/up |
 +^                                                        ^^
 +| Show Completion Window         | Ctrl + Space           |
 +| Show Parameter List            | Ctrl + Shift + Space   |
 +| Navigate Back/Forward          | Ctrl Alt Left/Right    |
 +^ Window                                                 ^^
 +| Next/Prev Window               | Ctrl PageDown/PageUp   |
 +| Switch Between Splits          | Ctrl L                 |
  
 +
 +나한테 맞는 Indent 폴리시
 +
 +  * {{:language:unity:monodevelop:kieun.zip|}}