quinine
quinine copied to clipboard
A Flutter IDE by developers for developers (In Development)
Current Scope: - [ ] Key mappings from VSCode & Android Studio - [ ] Global - [ ] Editor Future Scope -
[Language Server Protocol](https://microsoft.github.io/language-server-protocol/) (LSP) support is available in the Dart analysis server from version 2.2.0 of the SDK (which was included in version 1.2.1 of Flutter). This issue outlines the...
Current Scope: - [ ] Notify of errors in an non-intrusive way (specifically LSP errors) - [x] Set notification levels - [x] Expose notification provider - [x] Auto dispose notification...
Current Scope: - [ ] Code highlighting - [ ] Code folding (LSP?) - [ ] Line number - [ ] Sync with LSP Provider (TBD) Future Scope: - Supports...
Current Scope: - Configure Dart SDK path - Configure Flutter SDK path Future Scope: - Android SDK
Current Scope: - File Watchers - Auto-Save (on-focus loss, on tab close) - Buffering (on-change:300ms) Future Scope: - Automatic Writes - VCS compatible
When I requested the textDocument/completion method from the LSP, the parsing response reported this error and did not appear to separate the Content-Length