This VSCode extension made by Team 4141 aims to make programming in the First Robotics Competition easier for beginners by providing links to online documentation in the IDE.
- Detects Java types from WPILib, REV, CTRE, and more
- Provides hovers for types which have a documentation page
This extension requires an internet connection, since it opens up links in your browser.
- This extension only provides hovers for Java right now.
- Because this extension uses RegEx, it will match any word that contains a string found in the dictionary.
- Not all WPILib types have hovers right now. If there is a type that you want added, feel free to create a GitHub issue or pull request.
