Loki Extension is composed of extensions to improve your productivity.
- Open Extensions sidebar panel in VS Code.
View > Extensions
- Search for
Loki Extension
- Click Install to install it.
Here the extensions:
- Code Spell Checker
- EditorConfig for VS Code
- ESLint
- Git Blame
- Go
- IntelliJ IDEA Keybindings
- Loki Snippets
- Loki Theme
- Prettier - Code formatter
... And more!
{
"editor.defaultFormatter": null,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"gitblame.inlineMessageEnabled": true,
"gitblame.inlineMessageFormat": "Commit #${commit.hash_short} by ${author.name} ${time.ago}",
"[go]": {
"editor.formatOnSave": true
},
"go.toolsManagement.autoUpdate": true,
"go.formatTool": "gofumpt",
"go.lintTool": "golangci-lint",
"go.testExplorer.enable": true
}
Loki Extension created by Melquisedec Felipe.