code_field icon indicating copy to clipboard operation
code_field copied to clipboard

A customizable code text field supporting syntax highlighting

Results 36 code_field issues
Sort by recently updated
recently updated
newest added

Instead of selecting one, can we auto detect then format?

Hi there, I am experiencing a bug while editing code in a CodeField component on the client: if I scroll up while my cursor is in a code field, the...

![bug](https://user-images.githubusercontent.com/33513462/215311075-7ee5b6c1-f000-46c7-946c-438b3ccd380d.gif)

Any help me to add HTML please.

When opening files larger than 500 lines, I often experience lag while typing. Is there a way to enhance performance in handling such large files? Android device!

The error that the patternMap variable is not updated is not resolved with the copyWith method. The source of the error is line 86: patternList.addAll(patternMap!.keys.map((e) => r'($e)')); the patternMap variable...