/autoend

The Visual Studio Code Extension to Automatically move Semi Colons to the end of the line.

Primary LanguageTypeScriptGNU General Public License v2.0GPL-2.0

ThousandtyOne AutoEnd (A Quick Way To Place Semi Colons @ End Of Line)

This Extension Automatically inserts the semi-colons on the right place and wraps your code to the next line the moment you type the semi-colon key on your keyboard.


This version has been modified to fix the following issues:

  • Switching between documents breaks the functionality

This version adds the following functionality:

  • ignoredLanguages can be specified in the settings to ignore certain languages and allow them to place semicolons everywhere as usual

Please check the original repository for the full original README