gloriaJun / til

Lessoned Learned
3 stars 0 forks source link

[IDE] VSCode #73

Open gloriaJun opened 4 years ago

gloriaJun commented 4 years ago

Reference

gloriaJun commented 2 years ago

customize setting

Editor

High performance bracket pair colorization

The editor supports native bracket pair colorization since August 2021 (version 1.60)

Wrod Wrap

Extensions

Code Lens

또한 references 부분을 클릭하면 현재 참조하고 있는 코드들을 아래와 같은 형태로 확인할 수 있다.

Syntax highlighting of codeblocks in the Settings editor

enum 정의 시에 각 멤버 value 값에 대해 inlay hint를 이용하여 보여줄 지 여부를 설정

gloriaJun commented 2 years ago

Plugins

Active File In StatusBar

Related with Git

Git Graph

현재 작업 중인 레포지토리에 대한 커밋 이력을 그래프 형태로 확인할 수 있고, 커밋과 관련된 액션을 수행할 수도 있다.

Git History

특정 파일이나 라인에 대한 커밋 이력을 확인할 수 있다

GitLens — Git supercharged

라인 별 commit 정보를 보여준다.

Code Spell Checker

A basic spell checker that works well with camelCase code.

Better Comments

CodeSnap

코드 스냅샷 이쁘께 만들기

IntelliSense for CSS class names in HTML

Lorem ipsum

코드를 작성하다보면 가끔 sample text 입력이 필요한 경우가 있는 데, 이런 경우에 lorem ipsum 샘플 문장을 넣어주는 플러그인

Quokka.js

JavaScript / TypeScript 프로토타이핑 할 때에 IDE 내부에서 테스트해보기

Thunder Client

Thunder Client is a lightweight Rest API Client Extension for Visual Studio Code

innerHTML Syntax Highlighting

Add syntax highlighting for HTML inside of JavaScript innerHTML template literals.

es6-string-html

Adds syntax highlight support for code, placed in es6 multiline strings

gloriaJun commented 2 years ago

Theme

Dracula Official

Panda Theme

Material Icon Theme

gloriaJun commented 2 years ago

ShorCuts

Terminal

VSCode에서 터미널을 실행

cmd + shift + c

외부 터미널을 아래와 같이 설정하여 사용하는 경우에, 프로젝트의 경로에서 터미널을 실행하도록 해준다. image

gloriaJun commented 2 years ago

wakatime

https://marketplace.visualstudio.com/items?itemName=WakaTime.vscode-wakatime

내가 몇시간을 코딩했는 지.. 가장 많이 사용한 언어는 무엇인지.. 어떤 에디터를 많이 사용하는 지..

이러한 부분을 통계를 내주고, dashboard를 생성해서 보여주는 플러그인