Ignacio Roldán Etcheverry

Results 84 comments of Ignacio Roldán Etcheverry

Yes, but there are still improvements we can make compared to GDScript. e.g.: Filling `hint_string` automatically for enums.

The most basic one would be: ``` C# [Export] float speed = 200f; ```

BTW, is that ok? Should we also allow it for non-public fields as well? Another TODO is to make it work for properties as well.

Yes, I think the good practice is to allow it only for public members. The problem is C# attributes cannot be made to target only public fields, so it would...

Can you find `mono-2.pc` in your system? Some locations I can think of are: `/usr/local/lib/pkgconfig/` `/opt/local/lib/pkgconfig/` `/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig/` If you find it, check `echo $PKG_CONFIG_PATH` to see if it includes that...

I think renaming the solution and C# project names automatically when that happens would be better. Possibly with a dialog asking for the user to confirm those changes.

Yes, I can't reproduce so an example project would be great.

I'll have a look. The ProjectTypeGuid was moved to the Sdk. I hope Visual Studio can support that.

Sorry for the delayed reply. It's as @31 said, Visual Studio uses a new project system for Sdk style projects. I've tried about everything to get the extension working with...

By the way, there's a workaround you can use today to make the extension work. The idea is to use an old style C# project as placeholder to trigger the...