Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ickarakurt/vscode-frontend-developer-pack
vscode extension pack for frontend developers
https://github.com/ickarakurt/vscode-frontend-developer-pack
frontend vscode vscode-plugin
Last synced: about 7 hours ago
JSON representation
vscode extension pack for frontend developers
- Host: GitHub
- URL: https://github.com/ickarakurt/vscode-frontend-developer-pack
- Owner: ickarakurt
- License: mit
- Created: 2018-12-20T17:11:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T21:40:27.000Z (almost 4 years ago)
- Last Synced: 2024-12-30T08:42:22.056Z (about 2 months ago)
- Topics: frontend, vscode, vscode-plugin
- Homepage: https://marketplace.visualstudio.com/items?itemName=ickarakurt.frontend-developer-pack
- Size: 19.5 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-frontend-developer-pack
## Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
```
ext install ickarakurt.frontend-developer-pack
```
### Extensions
#### [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
Launch a local development server with live reload feature for static & dynamic pages.
#### [Remote - SSH](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh)
Open any folder on a remote machine using SSH and take advantage of VS Code's full feature set.
#### [Beautify](https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify)
Beautify code in place for VS Code
#### [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag)
Auto rename paired HTML/XML tag
#### [GitLens — Git supercharged](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more
#### [CSS Peek](https://marketplace.visualstudio.com/items?itemName=pranaygp.vscode-css-peek)
Allow peeking to css ID and class strings as definitions from html files to respective CSS. Allows peek and goto definition.
#### [ES7 React/Redux/GraphQL/React-Native snippets](https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets)
Simple extensions for React, Redux and Graphql in JS/TS with ES7 syntax
#### [colorize](https://marketplace.visualstudio.com/items?itemName=kamikillerto.vscode-colorize)
A vscode extension to help visualize css colors in files.
#### [Icon Fonts](https://marketplace.visualstudio.com/items?itemName=idleberg.icon-fonts)
Snippets for popular icon fonts such as Font Awesome, Ionicons, Glyphicons, Octicons, Material Design Icons and many more!
#### [Turbo Console Log](https://marketplace.visualstudio.com/items?itemName=ChakrounAnas.turbo-console-log)
Automating the process of writing meaningful log messages.
#### [TODO Highlight](https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight)
highlight TODOs, FIXMEs, and any keywords, annotations...
#### [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense)
Visual Studio Code plugin that autocompletes filenames
#### [Tabnine Autocomplete AI](https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode)
JavaScript, Python, Java, Typescript & all other languages - AI Code completion plugin. Tabnine makes developers more productive by auto-completing their code.