I don't have a working environment

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JulioYagami

I’ve been having trouble setting a working environment with Godot. I couldn’t make my Visual Studio Code auto complete my code and it is sorely missed. The extensions are old and end up disrupting development with GDScript 3.1.1.

It is much more difficult to edit multiple files (including non * .gd files) within the editor.

With all this, I would like to know what environment you usually set to work with Godot 3.1.1 (or at least 3.0).

:bust_in_silhouette: Reply From: andersmmg

With 3.2, there will be a language server that will make using external editors work much better. I usually just stick with the built-in editor and use Mousepad (basically Notepad for linux) for files I can’t edit there. In 3.2 all of this should improve, but there’s always something.