Tools to aid development with FIRST Robotics programming, written in TypeScript.
Extensions: Install from VSIX...
from the command palette in VS code. You can get to the command palette by pressing CTRL/CMD
+ SHIFT
+ P
.Shortcut | Description |
---|---|
fcmd | Boilerplate code for FRC command |
fsys |
Boilerplate code for FRC subsystem |
psf | public static final |
prf | private final |
prsf | private static final |
psfi | public static final int |
psfd | public static final double |
Setting | Path | Type | Description |
---|---|---|---|
Team Number | frcDevTools.teamNumber | int | Required for some things to work for some reason |
This project is still in early development. Expect bugs, don't hesitate to make an issue!