CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
497 stars 74 forks source link

🐞 Commenting out code limited to only a single line #253

Open austincondiff opened 2 weeks ago

austincondiff commented 2 weeks ago

Description

Selecting multiple lines and pressing / results in only the first line getting commented out.

To Reproduce

  1. Select multiple lines
  2. Press /
  3. Notice only the first line is commented out

Expected Behavior

All the selected lines should be commented out.