Daily Godot Tip #40: If you enable always on top in the project settings, your game window will always show on top of everything else even if you use the editor in the background
Daily Godot Tip #39: You can create code regions between #region and #endregion that allow you to collapse that entire section into 1 line
Daily Godot Tip #38: You can select text and hit shift f4, shift f5, or shift f6 to swap the letter cases. They swap it to all uppercase letters, all lowercase letters, and capitalized respectively
Site will be going down again within 1-3am ET (10 hours from when this post was made) to double check none of the other tables are affected
The site may be down within the period of 1-3am ET for maintenance
Daily Godot Tip #37: If you select text you can hit certain keys to wrap the text in that key (works for things like quotations, brackets)
The site may go down within the window of 1-3am ET (4 hours from when this was posted) for maintenance
Daily Godot Tip #35: You can bookmark lines by right clicking them and hitting toggle bookmark (or using ctrl alt b)
Daily Godot Tip #34: If you ever need to type multiline strings for a variable in the inspector you can use @export_multiline.
Daily Godot Tip #33: You can use @ export_subgroup to create a subgroup within an export group. You can do the same things I posted about relating to groups to subgroups
Daily Godot Tip #32: You can use @ icon to assign a custom icon to a node instead of it having the default icon
Daily Godot Tip #31: You can use @ export_placeholder to give placeholder text to the input box in the inspector
Daily Godot Tip #30: You can give a second argument of a prefix to export groups. This matches any variables afterwards with that prefix (until there's one that does not)
Daily Godot Tip #29: When using export groups you can put a slash and then another word to make the second word a subfolder (and variables afterwards in that subfolder)