flutter_code_crafter 0.3.0
flutter_code_crafter: ^0.3.0 copied to clipboard
Powerful code editor with AI code completion and LSP support
0.0.1 #
- Initial release: Powerful code editor with syntax highlighting, AI code completion, built in LSP client and more.
0.0.2 #
- Fixed Text Overflow in LSP suggestion.
- Documentation enhancements.
0.0.3 #
- Removed angle brackets matching. Causing false matching on comparison operator.
0.0.4 #
- Fixed cursor position starting at -1.
0.0.5 #
- Added web support using conditional imports.
0.0.6 #
- Web support enhancements.
0.0.7 #
- Removed dart:io import for web support.
0.0.8 #
- Fixed flicker in Ai code completion.
- Added option to enable/disable suggestion.
0.0.9 #
- Added manual trigger for AI code completion.
- Add Vertical divider line between gutter and editor.
0.1.0 #
- Fixed bug in AI code completion.
0.1.1 #
- Fixed blank suggestion bug.
0.1.2 #
- Fixed folding issue with initialText.
0.1.3 #
- Fixed bug in suggestions overlay.
0.1.4 #
- Added option to enable/disable code folding.
0.1.5 #
- Removed version parameter from Claude model as it is not required anymore.
0.1.6 #
- Fix: AI suggestion accept/reject button issue.
- Fix: flicker in manual AI suggestion.
- Fix: Position issue in LSP suggestion.
0.1.7 #
- Enhanced file handling
0.1.8 #
- Removed web support
0.1.9 #
- Added environement variable support for LspStdio.
0.2.0 #
- Fix:LSP Suggestion conflicts with LSP hover.
0.2.1 #
- Enhance: LSP suggestion
0.2.2 #
- Enhance: LSP suggestion
0.2.3 #
- Added Option to enable/disable LSP warning and error.
0.2.4 #
- Added Emoji support
0.2.5 #
- Made url param in AI completion public.
0.2.6 #
- feat: arbitrarily sized file handling
0.2.7 #
- Feature: codecrafter inner padding
- Feature: example project
- Feature: add foldAt to CodeCrafterController
- Fix: Removed chunk file loading
0.2.8 #
- Fix: Large files crash
- Enhancement: Batched highlighting
0.2.9 #
- Fix: Removed grapheme characters
0.3.0 #
- Fix: folding issue