I’m having issues with managing a multi-line-comment keybind.
I can use the keybind (Ctrl + Shift + C) to comment out lines of code, but it take’s more text by making every single line start with --
. I want to use something like this:
--[[
print("Hello!")
]]
Also I tried to looking for a topic related to this issue, but I couldn’t. Help would be appreciated!
Thanks.