VScode

Visual Studio Code is a free source-code editor made by Microsoft for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, [snippets](https://en.wikipedia.org/wiki/Snippet_(programming)), code refactoring, and embedded Git. Users can change the [theme](https://en.wikipedia.org/wiki/Theme_(computing)), keyboard shortcuts, preferences, and install [extensions](https://en.wikipedia.org/wiki/Plug-in_(computing)) that add additional functionality.

Ref) wiki

Shortcut

command

discription

Command + D

๋ฐ˜๋ณต๋˜๋Š” ์ฝ”๋“œ ํ•œ๋ฒˆ์— ์ˆ˜์ •

F2

๋ฐ˜๋ณต๋˜๋Š” ๋ณ€์ˆ˜, ํ•จ์ˆ˜ ๋ช… ๋ฐ”๊พธ๊ธฐ

Option + ์œ„, ์•„๋ž˜

์ฝ”๋“œ ์œ„/์•„๋ž˜๋กœ ์ด๋™ํ•˜๊ธฐ

Shift + Option + ์œ„, ์•„๋ž˜

์ฝ”๋“œ ์œ„/์•„๋ž˜๋กœ ๋ณต์‚ฌํ•˜๊ธฐ

Option + ๋งˆ์šฐ์Šคํด๋ฆญ

์—ฌ๋Ÿฌ ๊ณณ์— ์ปค์„œ๋‘๊ธฐ

Command + B

์‚ฌ์ด๋“œ๋ฐ” ์ˆจ๊น€/๋ณด์ด๊ธฐ

Command + J

ํ•˜๋‹จ ํŒจ๋„ ์ˆจ๊น€/๋ณด์ด๊ธฐ

Option + B

open in browser

Command + /

์ฃผ์„

control + ๋ฐฑํŒ

ํ„ฐ๋ฏธ๋„ ์—ด๊ธฐ

Terminal

  • ๊ธฐ๋ณธ ํ„ฐ๋ฏธ๋„ ๋ณ€๊ฒฝ

    • Command Palette (Ctrl + Shift + p)์— Terminal: selecte default shell ํด๋ฆญ

extension

  • Vetur

    • .vue ํŒŒ์ผ์˜ ์ฝ”๋“œ ํ•˜์ด๋ผ์ดํŒ…

  • Live Server

    • HTML ํŒŒ์ผ์ด ์ˆ˜์ •๋  ๋•Œ๋งˆ๋‹ค ๋ธŒ๋ผ์šฐ์ €์—์„œ ์ƒˆ๋กœ๊ณ ์นจํ•˜์ง€ ์•Š์•„๋„ Reload ํ•ด์ค€๋‹ค.

    • ๋‹น์—ฐํžˆ RAM ์„ ๋งŽ์ด ์žก์•„๋จน๋Š”๋‹ค.

Last updated