wpilibsuite / WPILibInstaller-Avalonia

Other
8 stars 20 forks source link

src.zip is not included in the JDK #337

Closed Gold856 closed 1 year ago

Gold856 commented 1 year ago

Without src.zip being in the JDK, most of the Java API documentation does not show up in VS Code. Some of it is actually provided by the Java extensions, but most of it isn't. And jumping back and forth between the online Java API documentation in a browser and VS Code is a bit of hassle. Copying src.zip into the lib folder of the bundled JDK brings the documentation into VS Code, eliminating the need to pull up the API docs separately. Without src.zip: image With src.zip: image