https://github.com/aiherrera/vscode-extension-package
🏖 Personal setup for development extension package
https://github.com/aiherrera/vscode-extension-package
community extensions marketplace vscode
Last synced: 2 months ago
JSON representation
🏖 Personal setup for development extension package
- Host: GitHub
- URL: https://github.com/aiherrera/vscode-extension-package
- Owner: aiherrera
- License: mit
- Created: 2023-06-24T05:55:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T03:48:56.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T16:21:29.731Z (3 months ago)
- Topics: community, extensions, marketplace, vscode
- Homepage:
- Size: 384 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
VSCode Extension PackageVSCode Extension Package - a personal development setup
![]()
Quick overviewThis is a collection of Visual Studio extensions that enhances the productivity and functionality of my daily development. It provides a curated set of tools and features to streamline your development workflow, boost efficiency, and improve code quality.
![]()
Included extensions- Autoclose Tag: Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text does.
- Auto Rename Tag: Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.
- Code Spell Checker: A basic spell checker that works well with code and documents.
- CodeSnap: 📸 Take beautiful screenshots of your code in VS Code!
- Color Highlight: This extension styles css/web colors found in your document.
- DotENV: A port of DotENV for vscode.
- EditorConfig for Visual Studio Code: This plugin attempts to override user/workspace settings with settings found in .editorconfig files.
- VS Code ES7+ React/Redux/React-Native/JS snippets: JavaScript and React/Redux snippets in ES7+ with Babel plugin features for VS Code.
- VS Code ESLint extension: Integrates ESLint into VS Code. If you are new to ESLint check the documentation.
- Git Graph extension for Visual Studio Code: View a Git Graph of your repository, and easily perform Git actions from the graph.
- Git History Diff: View git history. View commit details. View diff of committed files. View git blame info. View stash details.
- GitHub Actions for VS Code: Manage your workflows and runs without leaving your editor.
- GitHub Copilot: Get Code Suggestions in real-time, right in your IDE.
- GitLens — Supercharge Git in VS Code: GitLens is a powerful open-source extension for Visual Studio Code.
- LintLens — ESLint rules made easier: Augment your ESLint rules in Visual Studio Code — Adds metadata and usage information beside each ESLint rule.
- Live Server (Five Server): A better live server.
- Monokai Night: A complete, dark and minimalistic Monokai-inspired theme.
- Path Intellisense: Visual Studio Code plugin that autocompletes filenames.
- Prettier - Code formatter: Prettier is 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.
- Tailwind CSS IntelliSense: Tailwind CSS IntelliSense enhances the Tailwind development experience by providing Visual Studio Code users with advanced features such as autocomplete, syntax highlighting, and linting.
- Thunder Client: Thunder Client is a lightweight Rest API Client Extension for Visual Studio Code, hand-crafted by Ranga Vadhineni with simple and clean design.
- Todo Tree: This extension quickly searches (using ripgrep) your workspace for comment tags like TODO and FIXME, and displays them in a tree view in the activity bar.
- Turbo Console Log: This extension make debugging much easier by automating the operation of writing meaningful log message.
- YAML: YAML Language Support by Red Hat, with built-in Kubernetes syntax support
![]()
Author**Alain Iglesias**
- Website: https://aiherrera.com
- Blog: https://blog.aiherrera.com
- Twitter: [@\_aiherrera](https://twitter.com/_aiherrera)
- Github: [@aiherrera](https://github.com/aiherrera)
- LinkedIn: [@-aiherrera](https://linkedin.com/in/-aiherrera)
![]()
ContributeContributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/aiherrera/vscode-extension-pack/issues). You can also take a look at the [contributing guide](https://github.com/aiherrera/vscode-extension-pack/blob/master/CONTRIBUTING.md)© 2023 Alain Iglesias