본문 바로가기

개발171

[Tip of the Day] IntelliJ View Git blame annotations Git annotations show detailed information on the origin of each code line (right-click the gutter and select Annotate with Git Blame). Right-click an annotation and choose Show Diff to review the differences between the current and the previous version of the file. 2023. 7. 13.
[Tip of the Day] IntelliJ View Git blame annotations Git annotations show detailed information on the origin of each code line (right-click the gutter and select Annotate with Git Blame). Right-click an annotation and choose Show Diff to review the differences between the current and the previous version of the file. 2023. 7. 11.
[Tip of the Day] IntelliJ Expand code selection Press Ctrl W to expand code selection. Each time you press Ctrl W , the selection expands to other areas of code. For example, the selection expands from a method name to the expression calling this method, then to the whole statement, then to the containing block, and so on. 2023. 7. 7.
[Tip of the Day] IntelliJ Camel case in code completion You can narrow down a list of code completion suggestions by using camel case prefixes. 2023. 7. 3.
[Tip of the day] IntelliJ Show usages You can view the list of all usages of a class, method or variable across the whole project, and quickly navigate to the selected item. Place the caret at a symbol and press Ctrl Alt F7 (Edit | Find Usages | Show Usages). To jump to a usage, select it from the list and press Enter . 특정 메서드나 객체 등에 커서가 위치한 상태에서 Ctrl + Alt + F7 을 클릭하면 해당 메서드나 객체등을 사용하고 있는 목록을 보여 준다. 다른 소스에서 해당 메서드나 객체등을.. 2023. 6. 28.
[Tip of the Day] IntelliJ Paste from the clipboard history Press Ctrl Shift V to select the text fragment that you have previously copied to the clipboard. 이 Ctrl + Shift + V 를 하면 아래 그림과 같이 클립보드에 있는 히스토리를 보여준다. 커서가 위치한 곳에서 [Paste] 나 [Paste as Plain text] 버튼을 클릭하면 선택한 내용이 붙여넣기 된다. 2023. 6. 27.
[Tip of the Day] IntelliJ Code completion When using code completion, you can accept the currently highlighted selection in the popup list by pressing Tab . Unlike accepting with Enter , the selected name will overwrite the rest of the name to the right of the caret. This can be especially useful for replacing one method or variable name with another. 2023. 6. 23.
[Tip of the Day] IntelliJ Search Everywhere Press Shift twice to search for files, actions, symbols, UI elements, Git branches and comments across your project. Pressing double Shift again, will extend the search to non-project items. Use tabs or direct shortcuts ⌘ O for classes, ⇧ ⌘ O for files, ⌥ ⌘ O for symbols, and ⇧ ⌘ A for actions to narrow your search results. IntelliJ의 편한 기능중 하나가 Shift를 두번 눌러 원하는 거의 모든 것을 검색할 수 있.. 2023. 6. 22.
[Tip of the Day] IntelliJ Local History Local History lets you track all changes to files, classes, methods, or any code fragments and roll back to any stable point if necessary. To view local history, from the main menu, select File | Current File | Show History. 로컬 히스토리를 사용하면 파일이나 클래스, 메서드 등의 코드를 원하는 시점으로 돌릴 수 있다. 그런데... 현재 windows intellij 2023.1.2 버전에서는 로컬 히스토리의 메뉴 경로가 Tip 과는 다르다. 2023. 6. 21.
[Tip of the Day] IntelliJ Show file structure You can quickly navigate within the current file with Ctrl F12 (Navigate | File Structure). File structure shows the list of members of the current class. To navigate to an element, select it and press Enter or F4. To easily locate an item in the list, start typing its name. Ctrl + F12 키를 클릭하면 해당 클래스의 파일 구조를 빠르게 살펴볼 수 있다. 2023. 6. 20.
[Tip of the Day] IntelliJ Move statements up and down The Code | Move Statement Up/Down actions are useful for reorganizing code lines, for example for bringing a variable declaration closer to the variable usage. Select a code fragment and press Ctrl Shift ↑ or Ctrl Shift ↓ . When nothing is selected in the editor, the line at the caret position will be moved. 마우스 커서가 위치한 영역의 위/아래로 이동 시킨다. 마우스 커서가 메서드명에 위치해 있으면 해당 메서드를 .. 2023. 6. 19.
근로소득 부인확인서 제출방법 프리랜서들이 5월에 종합소득세(이하 종소세) 신고를 할때 간혹 알지 못하는 근로소득이 잡히는 경우가 종종 있다. (인터넷을 찾아보니 생각보다 꽤 많다.) 이럴 때 받지도 않은 월급이 소득으로 묶여 세금이 올라가는 상황이 발생하므로 이것을 처리 하는 방법에 대해서 간략히 적어 본다. 근로소득 부인확인서 제출 홈택스에 근로소득 부인확인서를 제출하면 된다. 방법은 개인 계정으로 접속하여 메인 페이지를 살펴 보면 아래과 같이 '본인 소득내용 확인정정(근로인적용역)' 이라는 메뉴가 있다. 위 메뉴를 클릭하여 들어가면 아래와 같이 해당 귀속년도에 두 가지 간이지급명세서가 잡히는 것이 보이는데 나의 경우 (거주자의 사업소득) 간이지급명세서 였다. 해당 금액을 클릭해 보자 받은 돈이 없으니 '변경신청지급액' 에 0원을.. 2023. 5. 23.