effect-decorate
It does so by providing a series of text decorations that enhance the readability of code. Get in touch!This project is still in its infancy! If you have any suggestions, feedback (including very negative one, it's welcome) or just want to share your pain points or quality-of-life improvements you'd like when authoring effect code please open a PR and I'll try to find a solution or implementation. FeaturesDecorative only - does not change the codeThe decorations do not change the underlying text in the editor, they only apply to the code that is not currently selected (there is no cursor or selection at the position of the decoration). Namespace collapsingFrom: Given common effect-ts patterns such as yield* collapsing
From: Hides the yield* in Note: this should ALWAYS be used in combination with a yieldable decoration. yieldable decorationFrom: Visually enhances the yieldable part of a yield* expression such as CustomizableThe decorations can be enabled/disabled one by one in the panel settings. Use only what you want! Performance impactRoadmapNote: the roadmap is very generic and up to debate.
CreditsThis extension is built around ideas and implementations from Effect's own VSCode Extension. Huge thanks to Tim Smart and Mattia Manzati for their excellent work and the Effect community for the MIT license. Release Notes0.0.1First release. |
