{"id":15546903,"url":"https://github.com/nezorflame/vscode-config","last_synced_at":"2025-10-27T03:11:49.722Z","repository":{"id":98197396,"uuid":"208241528","full_name":"nezorflame/vscode-config","owner":"nezorflame","description":"Useful links and settings for VSCode","archived":false,"fork":false,"pushed_at":"2021-05-31T20:51:44.000Z","size":52,"stargazers_count":49,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-21T08:06:53.632Z","etag":null,"topics":["go","golang","ide","settings","vscode"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nezorflame.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-13T10:18:12.000Z","updated_at":"2024-04-22T07:58:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"d387f992-5323-4f49-9443-065ced922515","html_url":"https://github.com/nezorflame/vscode-config","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.09523809523809523,"last_synced_commit":"1660a3f151b26eb52686f9096dab42906da79605"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezorflame%2Fvscode-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezorflame%2Fvscode-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezorflame%2Fvscode-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezorflame%2Fvscode-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nezorflame","download_url":"https://codeload.github.com/nezorflame/vscode-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250487531,"owners_count":21438612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang","ide","settings","vscode"],"created_at":"2024-10-02T13:05:19.029Z","updated_at":"2025-10-27T03:11:49.634Z","avatar_url":"https://github.com/nezorflame.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# vscode-config\n\nUseful links and settings for [VSCode](https://github.com/microsoft/vscode) IDE.\n\nShort link for [settings](settings.json) file: \u003chttps://git.io/JJigb\u003e\n\n## Documentation\n\n- [Getting Started](https://code.visualstudio.com/docs)\n- [Tips and Tricks](https://code.visualstudio.com/docs/getstarted/tips-and-tricks)\n- [Keybindings](https://code.visualstudio.com/docs/getstarted/keybindings)\n- [Code Navigation](https://code.visualstudio.com/docs/editor/editingevolved)\n- [IntelliSense](https://code.visualstudio.com/docs/editor/intellisense)\n- [CodeLens](https://code.visualstudio.com/blogs/2017/02/12/code-lens-roundup)\n- [Emmet](https://code.visualstudio.com/docs/editor/emmet)\n- [Debugging](https://code.visualstudio.com/docs/editor/debugging)\n- [Tasks](https://code.visualstudio.com/docs/editor/tasks)\n- [User code snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets)\n\n## Recommended extensions\n\nKeybindings as in the IDEA-like IDE's - [link](https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings)\n\n### Integrations\n\n- **Go** ([link](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go)): main extension for VSCode which transforms it into the IDE for Go + **LSP-server** [gopls](https://github.com/golang/tools/blob/master/gopls/README.md) for proper [Go modules](https://github.com/golang/go/wiki/Modules) integration\n- **Go Autotest** ([link](https://marketplace.visualstudio.com/items?itemName=windmilleng.vscode-go-autotest)): support for autotesting of Go tests\n- **Docker** ([link](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker)): Docker integration\n- **Kubernetes** ([link](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools)): Kubernetes integration\n- **Team Chat: for Slack, Discord, Live Share** ([link](https://marketplace.visualstudio.com/items?itemName=karigari.chat)): integration with the popular team chat platforms\n\n### Additional formatting support\n\n- **vscode-proto3** ([link](https://marketplace.visualstudio.com/items?itemName=zxh404.vscode-proto3)): Protobuf v3\n- **Clang-Format** ([link](https://marketplace.visualstudio.com/items?itemName=xaver.clang-format)): multi-language formatting support (including **protobuf**) - **must-have** companion for the **vscode-proto3** (don't forget to install the [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) binary e.g. with `brew install clang-format`)\n- **YAML** ([link](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml)): YAML\n- **shell-format** ([link](https://marketplace.visualstudio.com/items?itemName=foxundermoon.shell-format)): script and config formatting (`shellscript`, `Dockerfile`, `hosts`, etc.)\n- **Markdown All in One** ([link](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one)): extended  Markdown support\n- **markdownlint** ([link](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)): linter for the Markdown files\n- **Better TOML** ([link](https://marketplace.visualstudio.com/items?itemName=bungcip.better-toml)): [TOML](https://github.com/toml-lang/toml) support\n- **pgFormatter** ([link](https://marketplace.visualstudio.com/items?itemName=bradymholt.pgformatter)): PostgreSQL\n\n### Utilities\n\n- **TODO Highlight** ([link](https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight)): better support for `TODO`, `FIXME` and other `WIP`-like code comments\n- **Quick Task** ([link](https://marketplace.visualstudio.com/items?itemName=lkytal.quicktask)): task manager for VSCode tasks\n- **Paste JSON as Code** ([link](https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype)): code generation out of the JSON files\n- **Dash** ([link](https://marketplace.visualstudio.com/items?itemName=deerawan.vscode-dash)): support for the [Dash](https://kapeli.com/dash) (macOS) and [Zeal](https://zealdocs.org/) (Linux/Windows) documentation helpers\n- **Share Code** ([link](https://marketplace.visualstudio.com/items?itemName=RolandGreim.sharecode)): enables quick code sharing through the Github Gist / Pastebin\n- **carbon-now-sh** ([link](https://marketplace.visualstudio.com/items?itemName=ericadamski.carbon-now-sh)): make beautiful code screenshots with formatting support\n- **change-case** ([link](https://marketplace.visualstudio.com/items?itemName=wmaurer.change-case)): quickly change the case of the word(s), supports multiple styles\n- **VS Live Share** ([link](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare#user-content-quickstart-sharing)) + **extension pack** ([link](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-pack)): allows to create remote coding sessions and work collaboration (more on that [here](https://visualstudio.microsoft.com/ru/services/live-share/))\n\n### Git\n\n- **GitLab Workflow** ([link](https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow)): Gitlab workflow integration\n- **GitLens — Git supercharged** ([link](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)): Git-multitool\n- **Git History** ([link](https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory)): extends native Git support with rich history functions\n- **ignore \"g\" it** ([link](https://marketplace.visualstudio.com/items?itemName=Andreabbondanza.ignoregit)): quickly add files/folders to `.gitignore`\n\n### Database tools\n\n- **vscode-database** ([link](https://marketplace.visualstudio.com/items?itemName=bajdzis.vscode-database)): support working with MySQL and PostgreSQL right from the VSCode editor (can be integrated with other DB extensions)\n- **SQLite** ([link](https://marketplace.visualstudio.com/items?itemName=alexcvzz.vscode-sqlite)): SQLite\n- **SQL Server (mssql)** ([link](https://marketplace.visualstudio.com/items?itemName=ms-mssql.mssql)): MSSQL\n\n### Themes and icon packs\n\n- **One Dark Pro** ([link](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme)): Atom-like theme\n- **Material Icon Theme** ([link](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)): Material-styled icons\n- **Material Theme** ([link](https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme)): a set of Material themes (already with icons!)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnezorflame%2Fvscode-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnezorflame%2Fvscode-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnezorflame%2Fvscode-config/lists"}