Toggle comment shortcut not working in Studio?

I can’t get Ctrl+Shift+C to work in Studio since it updated this morning. Does anyone have a decent workaround? It’s really killing my workflow.

(Yes, I’m sure I’m going to get dinged for not following some procedure/rule by posting this here, but that’s best fixed by actually letting devs post in the Studio Bug subforum, and this is kind of a big deal to not draw attention to it ASAP)

1 Like

The toggle comment shortcut is ctrl + /

2 Likes

What a horrible change!

Thanks for the info.

1 Like

No problem! If you know you plan on commenting something, you can multiline comment like this:

--[[ 
This is
a multiline
comment
--]]

It’s more to enable/disable chunks of code quickly with my left hand, which is now going to happen slower since my right hand will have to leave my mouse every time now.

Fixed it! You can click file > Advanced > Customize shortcuts

This will allow you to set your own keybinds for toggle comment!

3 Likes

Awesome! I don’t ever remember seeing this before! That’s lifechanging! I’d give you and the Roblox staff who made that feature 1000 solutions / hearts if I could.

Thanks!!

1 Like

Happy to help! Have fun commenting :slight_smile:

1 Like