내가 사용하는 VS Code의 extension에 대해 정리해보았다.
Better Comments
- https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments
- Improve your code commenting by annotating with alert, informational, TODOs, and more!
Code Runner
- https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner
- 코드 실행을 도와줌. settings.json에 다음 내용을 추가.
|
|
Current File Path
- https://marketplace.visualstudio.com/items?itemName=YoshinoriN.current-file-path
- Display current file’s path from absolute (root directory) or workspace highest directory in StatusBar by Unix style or Windows style.
Edit csv
- https://marketplace.visualstudio.com/items?itemName=janisdd.vscode-edit-csv
- extension to edit csv files with a table ui
Error Lens
- https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens
- Improve highlighting of errors, warnings and other language diagnostics.
Excel Viewer
- https://marketplace.visualstudio.com/items?itemName=GrapeCity.gc-excelviewer
- View Excel spreadsheets and CSV files within Visual Studio Code workspaces.
Git Graph
- https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
- View a Git Graph of your repository, and perform Git actions from the graph.
indent-rainbow
- https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow
- This extension colorizes the indentation in front of your text alternating four different colors on each step. Some may find it helpful in writing code for Nim or Python.
Kotlin Language
- https://marketplace.visualstudio.com/items?itemName=mathiasfrohlich.Kotlin
- Kotlin language support for VS Code
Markdown All in One
- https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
- All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more)
MCNP6 syntax highlighting and snippets
- https://marketplace.visualstudio.com/items?itemName=repositony.vscodemcnp
- Syntax highlighting and autocomplete code snippets for MCNP input files
Python
- https://marketplace.visualstudio.com/items?itemName=ms-python.python
- IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.
Rainbow CSV
- https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv
- Highlight CSV and TSV files, Run SQL-like queries
String Manipulation
- https://marketplace.visualstudio.com/items?itemName=marclipovsky.string-manipulation
- Format strings to camelize, dasherize, etc.
Todo Tree
- https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree
- Show TODO, FIXME, etc. comment tags in a tree view
VSCode Progressive Increment
- https://marketplace.visualstudio.com/items?itemName=narsenico.vscode-progressive-increment
- Increments progressively integer values found in selection(s) by 1 or 10
vscode-icons
- https://marketplace.visualstudio.com/items?itemName=robertohuertasm.vscode-icons
- Icons for Visual Studio Code
vscode-pdf
- https://marketplace.visualstudio.com/items?itemName=tomoki1207.pdf
- Display pdf file in VSCode.
XML
- https://marketplace.visualstudio.com/items?itemName=redhat.vscode-xml
- XML Language Support by Red Hat