Visual Studio Code Useful Configurations

Automatic Save

When we are doing development sometimes forgot to save our changes, it causes lots of problem, for example lost codes, wast of time why not get update etc. Auto Save features will help us for reduce those problems. For enable Auto save

File >> Auto Save click on it, so that it will show a tick mark.


Linked Editing

Most of cases HTML edit if we rename the tag the ending tag is not changed, if we enable Linked Editing then it will rename the end tag automatically.

  • Click the left bottom settings icon

  • Click to Settings or the keyboard shortcut is ctrl + ,

  • Search the text called Linked Editing

  • When the Linked Editing section will appear then tick mark on it.