All notable changes to the "bend" extension will be documented in this file.
- Support for basic and advanced syntax highlighting
- Added indentation support and fixed the issue #2
- Added "type" special keyword #1
- Removed the unnecessary keyword package
- Fixed file formatting.
- Added icon support
- fixed the .gitignore
- Added snippets for def, main, etc.
- Added support for escape sequence.
- Added run button support
- Fixed run button to work on all locations of the files present
- Added Debuggers and Snippets category to package.json.
- Added better sidebar support
- Fixed few bugs and maintained sidebar.
- Added few more support for sidebar.
- Heavily optimized the vsix file:
- from 1.2 MB to 199KB
- Added Pre-commit
- Improved README
- Added code formatter support
- Improved code formatter support
- Fixed a few bugs and syntaxes
- Fixed a few bugs and syntaxes
- Fixed a huge bugs and syntaxes
- Added better support for formatter
- Fixed issue
- Added huge syntax highlighting support
- Improved performance
- Improved vsix size (from 1.2MB to 31.76KB)
- Added better syntax highlighting support
- Reduced bundle size from (31.76KB to 21.86KB)
- Added bugs category to package.json.
- Reduced bundle size from (21.86KB to 21.76KB).
- Added syntax for booleans.
- Reduced bundle size from (21.86KB to 21.76KB).
- Added syntax for booleans.
- Added -s option by merging #3 pull request.
- fixed test/test.bend
- Converted all existing js code to typescript
- Typescript helped in finding bugs easily
- Source code makes much more sense now
- Typescript helped maintain code's readability by distributing code to multiple files.
- Typescript helped in making the source code more concise
- Hence improving overall stability and performance.
- Fixed minor bugs
- Made changelog (this file) better.
- Just a test to check if binary based lsp is working.
- Added basic lsp support (not binary based but purely typescript based)
- Huge performance boost
- Made code more easier to read