Feedback
Editor does not convert inline // comments to #
- Status
- Fixed
- Fixed in
- v26.5.8
- Source discussion
- https://forum.objo.dev/d/225-editor-doesnt-convert-to
- Last updated
- 2026-06-01
Public summary
When the editor preference to convert // comments to # comments is enabled, typing an inline comment after code does not convert the marker. For example, Var x As Colour = Colour.Blue //Hello! should become Var x As Colour = Colour.Blue #Hello!, but the editor leaves // unchanged.