@@ -229,8 +229,8 @@ Now, open desired folder you want to open in VS Code and press `right mouse` key
229
229
One way is to hold ` Alt ` + ` Right click ` on mouse where every you want to create another cursor. Or like this:
230
230
231
231
<center >
232
-
233
- <img src = " https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/auto-cursor.gif " alt = " auto-cursor " >< /center >
232
+ < img src = " https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/auto-cursor.gif " alt = " auto-cursor " >
233
+ </center >
234
234
235
235
- Press ` Shift ` + ` Alt ` + ` Mouse Selection ` .
236
236
@@ -281,8 +281,8 @@ Now, when ever someone open your project in `VS Code`, it will show a **pop-up**
281
281
Display import/require package size in the editor.
282
282
283
283
<center >
284
-
285
- ![ Import Cost ] ( https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/import%20cost.gif ) </center >
284
+ < img src = " https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/import%20cost.gif " alt = " import-cost " >
285
+ </center >
286
286
287
287
### ` Markdown All In One `
288
288
@@ -340,8 +340,8 @@ This extension lets you pull `.gitignore` templates from `github/gitignore`.
340
340
Shows the latest version for each package using code lens.
341
341
342
342
<center >
343
-
344
- ![ Version Lens ] ( https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/version%20lens.gif ) </center >
343
+ < img src = " https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/version%20lens.gif " alt = " version-lens " >
344
+ </center >
345
345
346
346
### ` gitlink `
347
347
@@ -388,8 +388,8 @@ Subtly change the workspace color of your workspace. Ideal when you have multipl
388
388
3 . Change ` Files: Auto Save ` to ` afterDelay ` .
389
389
390
390
<center >
391
-
392
- ![ AutoSave ] ( https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/autosave.png ) </center >
391
+ < img src = " https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/autosave.png " alt = " auto-save " >
392
+ </center >
393
393
394
394
Now, whenever you stop typing, ` VS Code ` will automatically save your file after ` 1000 ` milliseconds.
395
395
@@ -405,7 +405,7 @@ Now, after installing this extension we have to manually select this extension t
405
405
406
406
<center >
407
407
408
- ![ Alt text ] ( https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/Prettier.png ) </center >
408
+ < img src = " https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/Prettier.png " alt = " prettier " > </center >
409
409
410
410
After this, we can automate auto formatting using ` Setting (UI) ` .
411
411
@@ -415,7 +415,7 @@ After this, we can automate auto formatting using `Setting (UI)`.
415
415
416
416
<center >
417
417
418
- ![ autoformat ] ( https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/autoformat.png ) </center >
418
+ < img src = " https://raw.githubusercontent.com/DhananjayPorwal/productive-vs-code/main/Sources/autoformat.png " alt = auto-format > </center >
419
419
420
420
# Keyboard Shortcuts
421
421
0 commit comments