๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ


Tools/Visual Studio Code

(3)
VS Code ์–ธ์–ด๋ณ„ indentation ๋‹ค๋ฅด๊ฒŒ ์„ค์ • ํ•˜๊ธฐ Ctrl + Shift + P -> Configure Language Specific Settings... ๊ฒ€์ƒ‰ python ์„ ํƒ @lang:python tab size ๋กœ ๊ฒ€์ƒ‰ https://til.simonwillison.net/vscode/language-specific-indentation-settings Language-specific indentation settings in VS Code When I'm working with Python I like four space indents, but for JavaScript or HTML I like two space indents. Today I figured out how to teach VS Code those defaults. 1. Hit..
VS Code ๊ธ€์ž ํฌ๊ธฐ ๋งˆ์šฐ์Šค ํœ ๋กœ ๋ณ€๊ฒฝํ•˜๊ธฐ 1. Ctrl + , - ๋‹จ์ถ•ํ‚ค๋กœ ์„ค์ • ์—ด๊ธฐ 2. zoom ๊ฒ€์ƒ‰ ํ›„ ์•„๋ž˜ ํ™”๋ฉด ์ฒ˜๋Ÿผ ์ฒดํฌ!
Visual Studio Code ๋‹จ์ถ•ํ‚ค https://demun.github.io/vscode-tutorial/shortcuts/ ๋‹จ์ถ•ํ‚ค - Visual Studio Code tutorial ๋‹จ์ถ•ํ‚ค ํŒŒ์ผ > ๊ธฐ๋ณธ ์„ค์ • > ๋ฐ”๋กœ๊ฐ€๊ธฐ ํ‚ค ์—์„œ ํ˜„์žฌ ํ™œ์„ฑํ™”๋œ ํ‚ค๋ณด๋“œ ๋‹จ์ถ•ํ‚ค๋ฅผ ๋ณผ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค . ๊ธฐ๋ณธ ํŽธ์ง‘ ํ‚ค ๋ช…๋ น ๋ช…๋ น ID ctrl+X ํ–‰ ์‚ญ์ œ (๋นˆ ์„ ํƒ) editor.action.clipboardCutAction ctrl+C ํ–‰ ๋ณต์‚ฌ (๋นˆ ์„ ํƒ) editor.action.clipboardCopyAction ctrl+shift+k ํ–‰ ์‚ญ์ œ editor.action.deleteLines ctrl+Enter ์•„๋ž˜์— ํ–‰ ์‚ฝ์ž… editor.action.i demun.github.io