Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Archives
Today
Total
관리 메뉴

책을 읽읍시다

vscode에서 장고 잘 써보기 본문

프로그래밍

vscode에서 장고 잘 써보기

근면한 거위 2025. 6. 1. 21:03

https://code.visualstudio.com/docs/python/tutorial-django

 

Django Tutorial in Visual Studio Code

Python Django tutorial demonstrating IntelliSense, code navigation, and debugging for both code and templates in Visual Studio Code, the best Python IDE.

code.visualstudio.com

 

이거 공식 문서가 상당히 잘되어 있다.

디버거, 브레이크 포인트 사용법.

그리고 command + click으로 definition 따라가기 (f12),

내가 더 애용하는건 option + f12로 플로팅으로 띄우는 것이다.