codemirror / codemirror5

In-browser code editor (version 5, legacy)
http://codemirror.net/5/
MIT License
26.78k stars 4.96k forks source link

Can you provide the function of indenting lines in the code, just like vscode? Thank you. #7093

Closed chaotan88 closed 5 months ago

chaotan88 commented 5 months ago

Can you provide the function of indenting lines in the code, just like vscode? Thank you. image

marijnh commented 5 months ago

No. But the feature is called 'indent guides' and external implementations exist, like this one.