Visual Studio Code, also known as VS Code, is a free and open-source code editor developed by Microsoft that has taken the developer world by storm. With its sleek interface, extensive customization options, and a vast array of extensions, VS Code has quickly become the go-to choice for developers looking to streamline their workflow and boost productivity. Whether you’re a seasoned developer or just starting out, VS Code is a tool you won’t want to miss.
Topics which I will be talking about
My setting Config
My Theme
My Extensions
Surprise
My Setting Config
VS Code settings JSON config includes a variety of configurations to customize your coding experience.
Tip:- You can customize your settings.json file by typing Ctrl + Shift + P, and then typing ‘User Settings’.
{
"workbench.colorTheme": "Vim Deep Dark", // My Theme
"workbench.iconTheme": "material-icon-theme", // My Icon Theme
"editor.fontFamily": "Fira Code", // My Font
"editor.fontSize": 19, // Font size
"editor.minimap.enabled": false, // disabled minimap
"editor.fontLigatures": true, // enabled ligatures
"editor.formatOnPaste": true, // text will format on pasting the code
"editor.formatOnSave": true, // text will format if you hit ctrl + S
"editor.defaultFormatter": "esbenp.prettier-vscode", // formatter
"terminal.integrated.fontFamily": "MesloLGS Nerd Font", // terminal font to use icons
"debug.terminal.clearBeforeReusing": true,// clears your debug terminal before using
"terminal.integrated.fontSize": 19, // terminal font size
}
How it looks like in VS code
My Theme
Well, if you have read my configuration, then you should already know the name of the theme I am using
Vim Theme
Demo
Vim theme
Apart from this theme, I like to useAndromeda Mariana — Italic
Second Theme demo
Andromeda Mariana
My Extensions
Visual Studio Code (VS Code) is a popular code editor that offers a range of extensions to enhance its functionality. VS Code extensions are add-ons that provide additional features and capabilities to the editor, such as new language support, code snippets, syntax highlighting, debugging tools, and more.
Prisma
Prisma
Only for DATABASE USERS :-Adds syntax highlighting, formatting, auto-completion, jump-to-definition and linting for .prisma files.
MDX
MDX
Language support for MDX
Prettier
Prettier- Code formatter
Prettieris an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
Material Icon Theme
Material Icon Theme
Material Design Icons for Visual Studio Code
ES7 Support
ES7
Extensions for React, React-Native and Redux in JS/TS with ES7+ syntax. Customizable. Built-in integration with prettier.
Color Highlight
Color Highlighter
This extension styles css/web colors found in your document.
Github Copilot
Copilot
GitHub Copilot provides autocomplete-style suggestions from an AI pair programmer as you code. You can receive suggestions from GitHub Copilot either by starting to write the code you want to use, or by writing a natural language comment describing what you want the code to do.
Surprise
“Breaking the Norm: Why I swapped VS Code for Vim and never looked back!”
vim
The File Explorer structure that you are seeing is a Tree View lua plugin which is fabulous, and I am able to code faster than ever using shortcuts.
모른다는 사실을 부끄러워하지 말라. 무지는 자연스러운 것이고, 창의성은 무지의 상태에서 시작된다. 우리는 자신이 아무것도 모르며 해결책을 찾지 못할 수도 있다는 사실을 기쁘게 인정해야 한다. 해답이 존재한다는 생각조차 함정이고 막다른 골목이다. 바보처럼 보이면 좀 어떤가? 실수하면서 겪는 정서적 고통을 기꺼이 감수하라. - 로드 주드킨스, ‘대체 불가능한 존재가 돼라’에서
같은 책 내용 함께 보내드립니다. ‘창의성은 경계하고 조심하는 사람들과는 관련이 없다. 대신에 위험을 무릅쓰는 사람들 편에 존재한다. 가끔씩 우리는 사람들의 반응을 도발할 필요가 있다. 그럴 때마다 우리는 모욕과 무례를 일으킬까봐 두려워할게 아니라, 아무도 듣지 않는 불행한 사태를 의식하고 예방해야 한다.’
춤을 추는 순간 나는 사라진다. 춤은 보이지만 춤추는 자는 사라지는 것이다. 보는 자의 영혼에만 가닿을 뿐 흔적은 남지 않는다. 그 춤이 내 것이라고 내세울 수는 없다. 스스로를 내세운다면 그전에 춤이 사라져 버릴 것이다. 무엇을 보여주겠다는 의지가 강해질수록 춤은 보이지 않고 춤추는 자의 몸만 보인다.
- 홍신자의 《생의 마지막 날까지》 중에서 -
* 춤은 인간이 몸으로 표현할 수 있는 최고의 예술입니다. 몸을 움직이지만 그 움직임은 영혼육(靈魂肉)이 합일되는 무아지경의 순간입니다. 나는 사라지고 행위만이 남습니다. 나와 남, 안과 밖, 객관과 주관의 경계가 사라지고 승화된 황홀경의 세상이 펼쳐집니다. 춤을 추는 순간이야말로 인간이 신이 되는 순간입니다.