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.
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.