rapid development tips

Some of my time saving Shortcuts

Alt + Tab. -> Shift Screens
Windows + Arrowkey -> Screen Split
Windows + E -> Open File Explorer
Ctrl + Alt +T -> Open Terminal ( linux only )
In Command Prompt(Terminal)
mkdir ‘folder_name’ -> creat…


This content originally appeared on DEV Community and was authored by pawan deore

Some of my time saving Shortcuts

Alt + Tab. -> Shift Screens
Windows + Arrowkey -> Screen Split
Windows + E -> Open File Explorer
Ctrl + Alt +T -> Open Terminal ( linux only )
In Command Prompt(Terminal)
mkdir 'folder_name' -> create folder
cd 'folder_name' -> go inside folder
cd .. -> go one level up
try to do things with COPY = cp and MOVE = mv

Fastest way to Start Project ( windows )

Windows + E -> open file explorer
In search bar type cmd -> this will open terminal in that directory

Type code . -> this will open visual studio code with that folder

Visual Studio Code Tips

Ctrl + ` to Shift OPEN OR CLOSE TERMINAL
! To Boiler plate html code
(Favorite) Ctrl + d to select multiple cursor and can do anything at same time

Install Emmet plugin and then

Create div with class
div.class_name hit tab / enter it will create
Create div with Id
div#div_name hit tab / enter it will create
Create multiple elements
div*3
3 Div Tags

And another thing type fast ? ~ 60WPM

You can also do (what I do is ) (Advanced Stuff)

git add .
git commit -m " some message "
git push

Instead of typing these commands

Bundle this up in Bash file replace "msg" with variable at the time of executing bash file pass as parameter . Note : ( don't forget to set origin )

So you will end up running 3 commands in 1 !...

and this is how you will do fast coding + navigation


This content originally appeared on DEV Community and was authored by pawan deore


Print Share Comment Cite Upload Translate Updates
APA

pawan deore | Sciencx (2021-07-02T21:08:58+00:00) rapid development tips. Retrieved from https://www.scien.cx/2021/07/02/rapid-development-tips/

MLA
" » rapid development tips." pawan deore | Sciencx - Friday July 2, 2021, https://www.scien.cx/2021/07/02/rapid-development-tips/
HARVARD
pawan deore | Sciencx Friday July 2, 2021 » rapid development tips., viewed ,<https://www.scien.cx/2021/07/02/rapid-development-tips/>
VANCOUVER
pawan deore | Sciencx - » rapid development tips. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/07/02/rapid-development-tips/
CHICAGO
" » rapid development tips." pawan deore | Sciencx - Accessed . https://www.scien.cx/2021/07/02/rapid-development-tips/
IEEE
" » rapid development tips." pawan deore | Sciencx [Online]. Available: https://www.scien.cx/2021/07/02/rapid-development-tips/. [Accessed: ]
rf:citation
» rapid development tips | pawan deore | Sciencx | https://www.scien.cx/2021/07/02/rapid-development-tips/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.