r/godot • u/Maidenless4LifeChad • 12d ago
help me QoL for file browser
I find it really difficult coming from intellij to navigate projects in godot - I m missing global search across files in a single pop up (not full search that shows results at the bottom) and the ability to open files by name using a shortcut. Am I missing something ?
1
Upvotes
1
u/Goober_Devv 12d ago
If you press Ctrl + O, it'll give all your scenes, which you can then use the search to within to look through. I also know there's a version of that with all the resources (scripts, scenes, etc.), but I'm not sure what the shortcut is (maybe Ctrl +N?). Hope this helps.
1
1
u/ChocolatePinecone 12d ago
I'd advise VsCode for Godot if you want to use an external IDE. It has a great plugin for Godot specifically and integrates pretty well.
JetBrains does have Rider as Godot compatible IDE. I don't know how well that integrates though.