순수한 공상과학연구소

Development/IDE, Github (20)

  1. 2022.02.03 [VS Code] vscode Resolving Shell Environment fails 해결하기

    출처: https://velog.io/@maliethy/vscode-Resolving-Shell-Environment-fails-%ED%95%B4%EA%B2%B0%ED%95%98%EA%B8%B0 vscode Resolving Shell Environment fails 해결하기 https://code.visualstudio.com/docs/supporting/FAQ나는 macos 환경에서 zsh을 사용한다. mac terminal로 들어가 vim .zshrc 한 후: + i아래에 있는 코드를 붙여넣었더니 위의 error가 해결되었다. velog.io 원 출처: https://stackoverflow.com/questions/66162058/vscode-complains-that-resolving-my-en..

  2. 2021.08.24 [IntelliJ] java프로젝트에 jar파일 추가하기, 외부 라이브러리 사용하기

    출처: https://kamang-it.tistory.com/entry/IntelliJjava%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8%EC%97%90-jar%ED%8C%8C%EC%9D%BC-%EC%B6%94%EA%B0%80%ED%95%98%EA%B8%B0-%EC%99%B8%EB%B6%80%EB%9D%BC%EC%9D%B4%EB%B8%8C%EB%9F%AC%EB%A6%AC-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0 [IntelliJ]java프로젝트에 jar파일 추가하기, 외부라이브러리 사용하기 참고: [Eclipse]java프로젝트에 jar파일 추가하기, jar파일 상대경로로 넣기 jar파일을 추가하는 방법에 대해서 처음 하시는 분들에 대해서 모르시는 분들이 많..

  3. 2021.08.18 [VS Code] Prettier 적용방법, 적용 안되는 경우 해결방법

    출처: https://yjg-lab.tistory.com/91 [vscode] Prettier 적용방법, 적용 안되는 경우 해결방법 Prettier 적용 방법 Visual Studio Code에서는 사용자 편의를 위해 코드의 줄 간격이나 행을 자동으로 깔끔하게 정리해주는 확장프로그램이 존재한다. 왼쪽 사이드바에서 EXTENSIONS 아이콘을 클릭한 후 pr yjg-lab.tistory.com

  4. 2021.08.11 [VS Code] Visual Studio Code 단축키

    출처: https://techwell.wooritech.com/blog/2021/03/19/VSC%EB%8B%A8%EC%B6%95%ED%82%A4/ Visual Studio Code 단축키 | TechWell Visual Studio Code techwell.wooritech.com

  5. 2021.08.06 [IntelliJ] IntelliJ에서 OpenJDK 11 설정하기

    출처: https://velog.io/@codemcd/Spring-boot%EC%97%90%EC%84%9C-OpenJDK-11-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0 IntelliJ에서 OpenJDK 11 설정하기 OpenJDK 11 설치 및 인텔리제이에서 정상적으로 사용하도록 설정 velog.io

  6. 2021.08.06 [IntelliJ] Intellij Git 쉽게 사용하기!!!

    출처: https://ddoriya.tistory.com/entry/Intellij-Git-%EC%82%AC%EC%9A%A9%EB%B2%95 Intellij Git 쉽게 사용하기!!! Intellij UI 간단히 살펴보기 프로젝트 목록 및 파일상태 확인 창 파란색 파일명 : 수정된 사항 있음 초록색 파일명 : 신규 추가 빨간색 파일명 : 신규 파일 추가 시 – unstage 상태 merge 등의 작업 후 ddoriya.tistory.com

  7. 2021.07.28 [IntelliJ] Top 20 Navigation Features in IntelliJ IDEA

    출처: https://medium.com/@andrey_cheptsov/top-20-navigation-features-in-intellij-idea-ed8c17075880 Top 20 Navigation Features in IntelliJ IDEA Recommended for reading to Eclipse users medium.com Continuing my series of articles where I highlight the top IntelliJ IDEA features (earlier I blogged about the top code completion and refactorings features), I’d like to talk about navigation, which is an..

  8. 2021.07.28 [IntelliJ] Override a method of a superclass

    Override methods of a superclass Last modified: 08 March 2021 You can override any method of a parent class by generating necessary code from a predefined template. IntelliJ IDEA creates a stub that contains a call to the method of the superclass, leaving the developer with the task of providing some meaningful source code in the method's body. Override a method of a superclass On the Code menu,..

  9. 2021.07.12 [IntelliJ] IntelliJ 메모리 설정(IntelliJ 메모리 늘리기)

    출처: https://goddaehee.tistory.com/246 [IntelliJ] IntelliJ 메모리 설정(IntelliJ 메모리 늘리기) [IntelliJ] IntelliJ 메모리 설정(IntelliJ 메모리 늘리기) 안녕하세요. 갓대희 입니다. 이번 포스팅은 [ [IntelliJ] Intellij memory 늘리기 ] 입니다. : ) 인텔리제이 메모리 늘리기 인텔리 제이를 계속 사.. goddaehee.tistory.com

1 2 3