microsoft / vsminecraft

Visual Studio extension for developing MinecraftForge mods using Java.
Other
193 stars 25 forks source link

No way to see minecraft or forge src? #23

Open FunshineX opened 9 years ago

FunshineX commented 9 years ago

When modding in eclipse, if I need to view the code for let's say an item, it is easy to open the forge/minecraft src and browse to the item. In VS all I see is a forgeSrc-1.8... in the references folder but I cannot find the deobf src.

mluparu commented 9 years ago

Did you try "Go to Definition"? It should be in the context menu for a symbol in the editor. Let me know if it doesn't work for you