acarril / StataLinux

Sublime Text 3 plugin that adds support for Stata (all versions) in Linux.
MIT License
7 stars 2 forks source link

Improve comments support #8

Closed acarril closed 4 years ago

acarril commented 4 years ago

Currently, comments are supported via the default keybinding, ctrl+\. However, it would be good to implement better comment support.

  1. Comment a subset of a line using the /* */ delimiters.
  2. Comment entire blocks of code with the /* */ delimiters. Maybe this is not convenient, because it makes it less direct to uncomment a portion of the commented code.
acarril commented 4 years ago

Implemented in bc6abd3471838ef8745955cf20ba52249912478f using standard the standard ctrl+shift+/ shortcut.