All notable changes to the ThousandtyOne "autoend" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- None.
- More Intelligence for Other Operaters is planned in the near future.
- Initial Implementation from Scratch.
- Support for Automatically Placing Semi Colons in the end of the line when you type them.
- Intelligence for 'for' and 'for-each' loops so semi-colons in these constructs are not moved to end of line.
- Improved logic to differicate true for and foreach loops from variables which begin with word 'for' or 'foreach' e.g. 'formatter'.
- Fixed the Issue reported at: #1
- Provided Enhancement requested at: #2
- Setting called "autoend.autoInsertNewline" is now added.
- Setting "autoend.autoInsertNewline" Defaults to true but you can override it using Standard VS Code Settings if you do not want autoend to automatically move to the next line after inserting semi-colons.
- Note: Configuration is only read when plugin is activated so if you change the setting you need to restart VSCode.
- Minor changes to wordings in Licence File to include Plugin Name and Contact Details.
- Support for moving Colons to the end of the line for languages like Python.