Commenting Code?

I come from a Java/C++ background and used to putting a great deal of commenting in my code a lot of that multi-line.

Is there any way of doing this in Godot I only started 4 days ago and only gone through one tutorial with Brackeys and already missing the multi-line commenting.

Thanks.

select multi-line text to comment/uncomment and ctrl+K

You can use 3 quotes in a row at the beginning and at the end, but Godot treats it as a string and does not strip it away when compiling. In most cases it shouldn’t matter.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.