boxqkrtm / com.unity.ide.cursor

Code editor integration for supporting Cursor as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc. 📦 [Mirrored from UPM, not affiliated with Unity Technologies.]
https://docs.unity3d.com/Packages/com.unity.ide.visualstudio@2.0/manual/index.html
MIT License
219 stars 23 forks source link

Support for Roslyn Source Generators in Unity with Cursor (based on VS Code) #4

Open Norni-Far opened 1 week ago

Norni-Far commented 1 week ago

I read in the Unity documentation that Visual Studio 2022+ or JetBrains Rider are recommended for working with Roslyn Source Generators, as they provide full support for this feature.

However, I am using Cursor (based on VS Code) and would like to clarify:

What limitations might arise when using Cursor for Unity projects (especially with DOTS and ECS)? Will the generated code (Source Generators) be displayed and integrated correctly?

Thank you in advance for your response!

boxqkrtm commented 4 days ago

https://discussions.unity.com/t/autocomplete-with-roslyn-source-generator-and-vs-code/903657 According to a previous post on the Unity forum, the function appears to be available based on vscode.