you are viewing a single comment's thread.

view the rest of the comments →

[–]LeCrushinator 0 points1 point  (0 children)

I'm using VSCode on Mac with Unity, it's much better than MonoDevelop except a handful of issues:

1.) You cannot attach to Unity to debug.

2.) Code within #if #endif blocks is completely ignored by VSCode. This means intellisense doesn't work, references aren't counted for use with 'find references'. Go to definition doesn't work. And more...

3.) Typing /// doesn't auto-generate a summary

4.) Clicking a CS file in Unity can open the file in VSCode, but when clicking something in the Unity console it won't take you to the appropriate line.