Last active
December 5, 2018 03:12
-
-
Save EQuimper/fc10835bb891aa50b76accf6b8cc5720 to your computer and use it in GitHub Desktop.
VS CODE PACKAGES
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 TOP PACKAGES | |
1. Path Intellisense | |
2. Project Manager | |
3. Auto Rename Tag | |
4. JavaScript (ES6) code snippets | |
5. Output Colorizer | |
You need to have | |
- Babel ES6/ES7 | |
- Color Highlight | |
- EditorConfig | |
- Eslint | |
- Flow-IDE | |
- Guides -> For indentation | |
- Indent-RainBow -> Indentation with Color | |
- Jumpy | |
- Rainbow Bracket | |
- React-Native Tools | |
- Wakatime | |
My Theme | |
- Material Icon Theme | |
- One Monokai Theme | |
From the video: https://www.youtube.com/watch?v=baJyGTJr9so |
Thank you @numbergames :)
I like more path intellisense
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Path Intellisense extension references npm Intellisense: https://marketplace.visualstudio.com/items?itemName=christian-kohler.npm-intellisense
But your demo seemed to show autocompletion for NPM packages. Would you recommend both?
You might also want to link to your video from here: https://www.youtube.com/watch?v=baJyGTJr9so
Thanks!