자주 사용하는 기능 | 설명 |
CTRL + 기간 | 코드 완성 목록을 표시합니다 |
F9 | 현재 문을 실행 |
F5 | 한 번에 순서대로 한 모든 문을 실행 |
CTRL + 1 MINUS |
선택한 라인을 코멘트 |
CTRL + SHIFT의 + (마이너스) | 선택한 라인의 주석 |
CTRL + J | 모든 코드 영역을 축소합니다 |
CTRL + M | 모든 코드 영역을 확장 |
ALT + 1 PAUSE | 스크립트 실행을 중지 |
책갈피 | 설명 |
CTRL + 1 SHIFT + 0-9 | 선택한 줄에서 번호가 매겨진 책갈피를 설정합니다 |
CTRL + 0-9 | 번호가 매겨진 책갈피로 이동 |
케이스 | 설명 |
CTRL + L | 선택된 텍스트를 소문자로 변환 |
CTRL + U | 대문자로 선택한 텍스트를 변환합니다 |
클립 보드 | 설명 |
CTRL + C | 클립 보드로 복사 선택한 텍스트 |
CTRL + X | 클립 보드에 붙여 넣기 선택한 텍스트를 잘라 |
CTRL + V | 클립 보드에서 붙여 넣습니다 텍스트 |
코드 완성 | 설명 |
CTRL + 기간 | 표시 코드 완성 목록 |
ENTER | 항목을 선택하고 코드 완성 목록을 닫습니다 |
CTRL + 스페이스 | 코드 완성 목록을 닫지 않고 항목을 선택합니다 |
CTRL + <오른쪽 화살표> | 코드 완성 목록에서 노드를 확장 |
CTRL + <왼쪽 화살표> | 코드 완성 목록에서 노드를 축소합니다 |
댓글 | 설명 |
CTRL + 1 MINUS |
선택한 라인을 코멘트 |
CTRL + SHIFT의 + (마이너스) | 선택한 라인의 주석 |
커서 | 설명 |
HOME | 줄의 시작 부분으로 커서를 이동 |
CTRL + 홈 | 파일의 시작 부분에 커서를 이동 |
END | 라인의 끝으로 커서를 이동 |
CTRL +의 END | 파일의 끝으로 커서를 이동 |
디버거 | 설명 |
Shift + F12 | 커서에서 단계 |
F7 | 한 단계 씩 |
SHIFT + F7 | 스텝 아웃 |
F8 | 이상의 단계 |
F11 | 브레이크 포인트 실행 |
F12 | 커서 실행 |
CTRL + B | 브레이크 포인트 설정 |
CTRL + W | 커서에 시계를 추가 |
삭제 | 설명 |
백 스페이스 | (텍스트가 선택되어있는 경우) 선택한 텍스트를 삭제합니다; 그렇지 않으면, 이전의 문자를 삭제 |
CTRL + 백 스페이스 | 이전 단어의 시작 부분에 텍스트를 삭제 |
CTRL + 시프트 + 삭제 | 전체 스크립트를 삭제합니다 |
찾기 및 바꾸기 | 설명 |
CTRL + F | 텍스트를 찾습니다 |
F3 | 텍스트의 다음 발생을 찾습니다 |
S HIFT + F3 |
텍스트의 이전 발생을 찾습니다 |
CTRL + G | 수를 일렬로 간다 |
CTRL + I | 증분 검색을 수행합니다 |
Ctrl + Shift + I를 | 역방향 증분 검색을 수행합니다 |
들여 쓰기 | 설명 |
TAB | 선택한 행을 들여 쓰기 |
SHIFT + TAB | 선택한 선 Outdents |
매크로 | 설명 |
CTRL + Shift 키 + R | 시작이 / 경유 매크로를 기록 |
CTRL + 시프트 + P | 기록 된 매크로를 재생합니다 |
기타 | 설명 |
F4 | 불러옵니다 검색 개체 |
F4 +의 SHIFT | 커서 옆에있는 개체를 설명합니다 |
F6 | 편집기 및 데이터 그리드을 전환 |
CTRL + D | 를 쿼리 빌더 SQL을 전송 |
SHIFT + F8 | 이전 SQL 문을 호출합니다 |
CTRL +의 á |
창을 스크롤합니다. |
CTRL +의 â |
다운 창 스크롤 |
<자동 대체 토큰> + 스페이스 | 자동으로 맞춤법이 틀린 단어를 대체 기호를 삽입하고, 텍스트를 확장합니다. 참고 : 당신은에 autoreplace을 설정할 수 있습니다 도구 | 옵션 | 편집기 | Autoreplace . |
CTRL + 스페이스 | 코드 조각 폴더 브라우저를 표시합니다 |
<코드 조각에 바로 가기 이름> + CTRL + 스페이스 | 의 코드 템플릿을 삽입 |
CTRL 삭제를 + | 데이터 그리드에서 널 (null) 현재 셀의 열 값을 설정합니다 |
Frequently Used Functions | Description |
CTRL+PERIOD | Displays the code completion list |
F9 | Execute current statement |
F5 | Execute all statements, in order, one at a time |
CTRL+MINUS | Comments the selected line |
CTRL+SHIFT+MINUS | Uncomments the selected line |
CTRL+J | Collapses all code regions |
CTRL+M | Expands all code regions |
ALT+PAUSE | Stops script execution |
Bookmark | Description |
CTRL+SHIFT+0-9 | Sets a numbered bookmark at the selected line |
CTRL+0-9 | Goes to the numbered bookmark |
Case | Description |
CTRL+L | Converts the selected text to lowercase |
CTRL+U | Converts the selected text to uppercase |
Clipboard | Description |
CTRL+C | Copies the selected text to the clipboard |
CTRL+X | Cuts the selected text for pasting in the clipboard |
CTRL+V | Pastes text from the clipboard |
Code Completion | Description |
CTRL+PERIOD | Displays code completion list |
ENTER | Selects an item and close the code completion list |
CTRL+SPACE | Selects an item without closing the code completion list |
CTRL+<right arrow> | Expands a node in the code completion list |
CTRL+<left arrow> | Collapses a node in the code completion list |
Comment | Description |
CTRL+MINUS | Comments the selected line |
CTRL+SHIFT+MINUS | Uncomments the selected line |
Cursor | Description |
HOME | Moves the cursor to the beginning of the line |
CTRL+HOME | Moves the cursor to the beginning of the file |
END | Moves the cursor to the end of the line |
CTRL+END | Moves the cursor to the end of the file |
Debugger | Description |
SHIFT+F12 | Step from cursor |
F7 | Step into |
SHIFT+F7 | Step out |
F8 | Step over |
F11 | Run to breakpoint |
F12 | Run to cursor |
CTRL+B | Set breakpoint |
CTRL+W | Add watch at cursor |
Delete | Description |
BACKSPACE | Deletes the selected text (if text is selected); otherwise, deletes the previous character |
CTRL+BACKSPACE | Deletes text to the beginning of the previous word |
CTRL+SHIFT+DELETE | Deletes the entire script |
Find and Replace | Description |
CTRL+F | Finds text |
F3 | Finds the next occurrence of text |
S HIFT +F3 |
Finds the previous occurrence of text |
CTRL+G | Goes to line number |
CTRL+I | Performs an incremental search |
CTRL+SHIFT+I | Performs a reverse incremental search |
Indent | Description |
TAB | Indents the selected line |
SHIFT+TAB | Outdents the selected line |
Macros | Description |
CTRL+SHIFT+R | Starts/Stops recording a macro |
CTRL+SHIFT+P | Plays the recorded macro |
Miscellaneous | Description |
F4 | Invokes objects search |
F4+SHIFT | Describes the object next to the cursor |
F6 | Toggles between the Editor and Data Grid |
CTRL+D | Sends SQL to Query Builder |
SHIFT+F8 | Recalls the previous SQL statement |
CTRL+ á |
Scrolls up the window. |
CTRL+ â |
Scrolls down the window |
<auto-replace token>+SPACE | Automatically replaces a misspelled word, inserts symbols, and expands text. Note: You can set autoreplace in Tools | Options | Editor | Autoreplace. |
CTRL+SPACE | Displays the Code Snippets folder browser |
<code snippet shortcut name>+CTRL+SPACE | Inserts the code snippet template |
CTRL+DELETE | Sets the column value for the current cell to Null in the data grid |
콘텐츠 → 아래
728x90
댓글