loganch / AutoIt-VSCode

AutoIt Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=Damien.autoit
MIT License
74 stars 25 forks source link

Remove Debug to Console and Debug to Msgbox #205

Open fernandoFernad opened 10 months ago

fernandoFernad commented 10 months ago

Is there a way to remove Debug to Console and Debug to Msgbox? I don't find any shortcut to remove them and Scite's Shortcut (Ctrl + Alt + Z) doesn't work.

Danp2 commented 10 months ago

You should be able to control these options like this --

  1. Open the extension in VSC
  2. Click the Manage button and select the Extension Keyboard Settings option
  3. Right click the desired keybinding and then select the Remove Key Binding option
loganch commented 10 months ago

I believe he's highlighting the absence of a command for the automatic removal of debug statements generated by the extension, like SciTe4AutoIt does. It hasn't yet been implemented, but I've started to look into it.

Danp2 commented 10 months ago

OIC. I didn't realize such a feature existed in Scite.

fernandoFernad commented 10 months ago

I believe he's highlighting the absence of a command for the automatic removal of debug statements generated by the extension, like SciTe4AutoIt does. It hasn't yet been implemented, but I've started to look into it.

Perfect! I'll keep waiting. Great Job