2

In emacs you can highlight a section and select a menu function to prepend a "#" to every line in the selection. I am trying to give up my emacs addiction and use the IDE in Canopy but can't find this functionality. Is it missing or am I just having trouble finding it?

Keith
  • 4,646
  • 7
  • 43
  • 72

1 Answers1

3

See "Toggle Block Comment" in the Edit Menu (with platform-specific shortcut).

Jonathan March
  • 5,800
  • 2
  • 14
  • 16