Magian

Results 18 comments of Magian

vs 2019 16.9.x if use the above method, intelligent prompt inoperative

Excuse me for my poor English Intellisense not working delete StubProj.csproj Intellisense is working my VS 16.9.2 not working VS 16.7.x working

``` using Godot; using Godot.Collections; using System; public partial class new_script : Godot.RefCounted { string name = "test"; [Export] public Array Skills { get; set; } = new Array(); }...

> ```cs > // using Godot; // > public partial class Sprite2D : Godot.Resource {} // > public partial class MyNode : Godot.Node > { > [Godot.Export] > public Sprite2D...

A new modification has been added. Try to find the default value of property getters. In the following cases, the default values can now be displayed normally. ```cs string _aaa...

It has now been changed to `/**` for matching. Other methods would make multi-line comments, code, and regex become more complicated.

When exiting the game, this error is occasionally encountered. No other problems have been found. ``` ERROR: FATAL: Condition "csharp_lang && !csharp_lang->script_bindings.is_empty()" is true. ERROR: 3 RID allocations of type...

Okay, I'll test it in the next few days.

After merging #78157, the previous error did not occur again. I used the Godot editor for development for a day and did not encounter any errors related to these two...