내가 사용하는 VS Code Extensions

내가 사용하는 VS Code의 extension에 대해 정리해보았다.

# Better Comments

# Code Runner

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
"code-runner.executorMap": {
    "javascript": "node",
    "php": "php",
    "python": "$pythonPath -u $fullFileName",
    "perl": "perl",
    "ruby": "ruby",
    "go": "go run",
    "html": "\"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe\"",
    "java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
    "c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
    "cpp": "cd $dir && g++ -std=c++14 $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt"
},

# Current File Path

# Edit csv

# Error Lens

# Excel Viewer

# Git Graph

# indent-rainbow

# Kotlin Language

# Markdown All in One

# MCNP6 syntax highlighting and snippets

# Python

# Rainbow CSV

# String Manipulation

# Todo Tree

# VSCode Progressive Increment

# vscode-icons

# vscode-pdf

# XML

Built with Hugo
Theme Stack designed by Jimmy