All notable changes to this extension will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
-
Added
- Support Windows
- Small reformat code
-
Need
- Clear code
-
Added
- Check astyle for installed on machine!
-
Needle
- Check for .astylerc file
-
Added
- icon
-
Added
- Translate into english
- Remove tests. It will recreated in future!
- Add menu point in context menu of file which cpp and title
- For mac add keybinding cmd+alt+l
-
Needle
- Check astyle prog
-
Added
- Remove some rules in .eslintrc.js for comfortable work
- Add editorconfig
- Migrate to new repository
- Added new preference -
astyleFormat.messageTimeout
-
Needle
- Check work with
editor/context menu
in package.json for add point in context menu - Translate description in english!
- Check work with
-
Added
- Added eslint
- Fix all eslint errors
- Write changelog!
-
Needle
- Need tests!
-
Added
-
Added features SETTINGS. Now you can set next settings in your .vscode/settings.json file:
astyleFormat.show-message
: Show message when formatting. By default is trueastyleFormat.astylerc
: Where is file .astylerc. By default is null (it means that file .astylerc exist in your HOME folder)
-
-
Added
- Add base functional of extension, such like a format using astyle without check an a program exist