intellij-gdscript icon indicating copy to clipboard operation
intellij-gdscript copied to clipboard

Godot Engine and GDScript support plugin for IntelliJ based IDEs

Results 39 intellij-gdscript issues
Sort by recently updated
recently updated
newest added

Test fails on local machine on second run. Issue: directory tree assertion does not take into account that old files in /build directory are not deleted.

bug

Plugin version: ```0.33.0``` IDE version: ```PC-212.5457.59``` Exception: ```com.intellij.ide.plugins.StartupAbortedException: Fatal error initializing 'com.intellij.psi.stubs.StubUpdatingIndex'``` Stacktrace: ```text com.intellij.ide.plugins.StartupAbortedException: Fatal error initializing 'com.intellij.psi.stubs.StubUpdatingIndex' at com.intellij.serviceContainer.ComponentManagerImplKt.handleComponentError(ComponentManagerImpl.kt:1481) at com.intellij.util.indexing.FileBasedIndexDataInitialization.lambda$initAssociatedDataForExtensions$0(FileBasedIndexDataInitialization.java:88) at com.intellij.util.indexing.IndexDataInitializer.executeTask(IndexDataInitializer.kt:76) at com.intellij.util.indexing.IndexDataInitializer.access$executeTask(IndexDataInitializer.kt:15) at com.intellij.util.indexing.IndexDataInitializer$runParallelTasks$1$1.run(IndexDataInitializer.kt:50) at...

bug

## Feature Request Please Support Build-In Scripts Script is located in scene file e.g. **Game.tscn** Packed in `script/source = " ... "`

enhancement

With Godot 3.2 (https://github.com/godotengine/godot/pull/29780) the engine added support for the language server protocol, it would make a lot of sense to use that for things like auto completition, goto definition,...

enhancement

I plan to get to work implementing GDscript code formatting functionality. There are a few features I would like to see come of this, but the two primary ones are;...

enhancement

Sometimes when script is opened in editor all space indents are replaced with tabs (`\t`). This causes errors because GDScript interpreter can't parse code with mixed indentation symbols. IntelliJ uses...

bug
help wanted

In my installation (0.30.10) the debug button is grayed out: ![image](https://user-images.githubusercontent.com/36509607/115997406-48a71200-a5e3-11eb-86c0-4fe3e0007678.png) Is debugging a feature that is still being implemented? What is the current workflow you are using for this?

enhancement

hope to suppore debug and scene tree display in the future

enhancement

Plugin version: ```0.30.10``` IDE version: ```PC-222.3345.131``` Exception: ```com.intellij.diagnostic.PluginException: The default implementation of method 'getId' is deprecated, you need to override it in 'class run.RunConfigurationFactory'. The default implementation delegates to 'getName'...

Intellij version: 2023.1.2 Auto completion doesn't work Cannot find declarations to go to Simple if else statements give errors Highlighting does work Running scenes also works ![idea64_3pR2L2GtQ7](https://github.com/exigow/intellij-gdscript/assets/12080880/2e9db8be-c80e-4b93-b20b-7a035f1f85e9) ![idea64_4mzEhcECGf](https://github.com/exigow/intellij-gdscript/assets/12080880/7acb06da-ad85-4470-bc3e-16dcc6655eab)