alexeyinkin

Results 72 issues of alexeyinkin

The current problems with suggestions: - ~~They cannot be disabled~~, #206 - CodeController is aware of them by owning PopupController and commanding it. - They are generally poorly designed because...

P2

Currently it is not listed: ![image](https://user-images.githubusercontent.com/44893228/230852134-6451ac43-139c-4d78-9a8d-be7ac603bb10.png) The first thing is to find why it cannot be automatically detected. Write this reason here. Then we will decide if we fix that...

P3

If the value did not change, the cached value can save resources.

P4

Currently, when `Tab` is pressed, it is processed like this: https://github.com/akvelon/flutter-code-editor/blob/1ea2b9efc816c22a58359e571256d9496f97215f/lib/src/code_field/code_controller.dart#L174 We should employ Flutter's shortcuts instead: https://docs.flutter.dev/development/ui/advanced/actions_and_shortcuts

P4