quinine icon indicating copy to clipboard operation
quinine copied to clipboard

A Flutter IDE by developers for developers (In Development)

Results 10 quinine issues
Sort by recently updated
recently updated
newest added

Current Scope: - [ ] Key mappings from VSCode & Android Studio - [ ] Global - [ ] Editor Future Scope -

good first issue

[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...

enhancement
help wanted

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...

enhancement
good first issue

Current Scope: - [ ] Code highlighting - [ ] Code folding (LSP?) - [ ] Line number - [ ] Sync with LSP Provider (TBD) Future Scope: - Supports...

enhancement

Current Scope: - Images Future: - Audio - Video

good first issue

Current Scope: - Configure Dart SDK path - Configure Flutter SDK path Future Scope: - Android SDK

good first issue

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