Unity Scripting Reference
Answered
Before i've tried Rider, i was using plugin in Unity3d called Script Inspector 3. It has cool feature: when you select class from unity engine and press shorcut, it goes to unity scripting reference. For example, you select MonoBehaviour class, press shortcut and it goes to https://docs.unity3d.com/ScriptReference/MonoBehaviour.html. There is Ctrl+Q, but it's not exactly what i want.
Please sign in to leave a comment.
Seems like Visual Studio already has this kind of functionality: http://unityvs.com/documentation/unity-documentation/
Please check the https://github.com/JetBrains/resharper-unity documentation:
"Read more" in QuickDoc will navigate to the Unity API documentation, locally if available, or via the Unity website.
Yeah, there is a button, but it's gray. Shouldn't it be enabled by default when you get resharper-unity?
Same problem for me, so I reported this https://github.com/JetBrains/resharper-unity/issues/190