Tuesday, September 5, 2017

Visual Studio Expand/Collapse keyboard shortcuts

Collapse to definitions

CTRL + M + O

Expand all outlining

CTRL + M + X

Expand or collapse everything

CTRL + M + L



 comment on web.config?

(1)    you can use

    <--! comment line -->

(2) u just select the line which you want to comment and press

    ctl K + C combination to comment that line...

    to  uncomment ctl K + U combination is used.

No comments:

Change default Port on Next.js app

 If any other app or process is running on port 3000 , you will get this error in your terminal Port 3000 is already in use. error Command f...