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
If you are a student and you want to copy and paste words from a book in the Kindle Cloud Reader then follow these steps. | |
#Usage | |
1- Open your book on Kindle Cloud Reader | |
2- Go to the page you want to read | |
3- Open your browser console (F12 if Chrome) | |
4- Go to the 'Console' tab | |
5- Paste the code of 'file1.js' in the console and press enter | |
6- Go to the new oppened tab |
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
Select current word | |
CTRL+D | |
Remove unused imports | |
ALT+SHIFT+O | |
Go to explorer | |
CTRL+SHIFT+E | |
Collapse all explorer folders |
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
NamespaceFixer | |
https://marketplace.visualstudio.com/items?itemName=p2410.NamespaceFixer | |
IntelliSense Extender | |
https://marketplace.visualstudio.com/items?itemName=Dreamescaper.IntelliSenseExtender | |
Power Commands for Visual Studio | |
https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.PowerCommandsforVisualStudio | |
Microsoft Code Analysis 2019 |
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
React PropTypes Intellisense | |
https://marketplace.visualstudio.com/items?itemName=OfHumanBondage.react-proptypes-intellisense | |
React Pure to Class | |
https://marketplace.visualstudio.com/items?itemName=angryobject.react-pure-to-class-vscode | |
Auto Complete Tag | |
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-complete-tag | |
Auto Close Tag |
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
echo Bash profile loaded | |
#Change Directory | |
##Personal | |
alias cdworkspace="cd /c/workspace/" | |
alias cdworkspace-utils="cd /c/workspace/workspace-utils/" | |
alias cdmongodb="cd /c/workspace/ddd-with-mongodb/" | |
alias cdmarketplace="cd /c/workspace/marketplace-with-ddd/" | |
alias cdfastsharper="cd /c/workspace/fast-sharper" |