ZigBrains/CHANGELOG.md

33 lines
635 B
Markdown
Raw Normal View History

2023-07-29 12:22:51 +02:00
<!-- Keep a Changelog guide -> https://keepachangelog.com -->
# ZigBrains
## [Unreleased]
### Added
#### LSP
- Temporary "increase timeout" toggle (currently, it bumps all timeouts to 15 seconds)
### Fixed
#### Highlighting
- Last token in file not getting highlighted
#### Folding
- Occasional NPE in LSP4IntellIJ
#### LSP
- (Windows) ZLS binary not executing if the file path has weird characters
2023-07-29 16:51:01 +02:00
## [0.2.0]
### Added
- Code completion
- Code folding
- More ZLS config options
2023-07-29 12:22:51 +02:00
## [0.1.0]
### Added
- Initial prototype. Lots of important stuff not yet implemented, but basic syntax highlighting and go to definition works.