mathworks / MATLAB-extension-for-vscode

This extension provides support for editing MATLAB® code in Visual Studio® Code and includes features such as syntax highlighting, code analysis, navigation support, and more.
https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab
MIT License
215 stars 13 forks source link

Add bold highlights for section name comments `%%` #150

Closed wohenbushuang closed 3 weeks ago

wohenbushuang commented 3 weeks ago

Is your feature request related to a problem? Please describe. if you comment with %% in the begining of lines, Matlab editor will recognize it as a section divider, and mark the comment line with bold font. But in vscode there is no visual difference, and thus I find it hard to quickly locate the beginnings of different sections.

Describe the solution you'd like As in Matlab editor does, make the comment line bold. Or highlight it with some bright colors, as other comment extensions of vscode does (Eg. better commments).

Additional context image image

dklilley commented 3 weeks ago

Thanks for the request!

Note: This may be related to #69

wohenbushuang commented 3 weeks ago

This issue is duplicated with #69.