reflowlistreflowList is an extension for reflowing (wrapping) text that might have lists, whether numeric lists, bulleted lists, or definition lists. It correctly handles comments in most languages. It is designed primarily for reflowing comments in code. FeaturesreflowList provides a single command,
reflowlist understands bulleted lists (marked by '-' or 'o'), numbered or lettered lists ("1.", "a.", "1)", "a)"), and definition lists. If the list element extends more than one line, the subsequent lines are indented properly. This is best shown by example: Extension SettingsIf you need to support other programming languages or other definitions, you can adjust the regular expressions that reflowList uses to find comments. The regular expressions or wrap columns can be changed on a per-language or per-workspace basis following the usual vscode conventions. You can adjust the regular expressions that reflowlist uses to find comments and
lists and definition lists. You can also adjust the Known Issues
Release Notes0.5Initial release. |