Add code injection dropdown
Closed this issue · 0 comments
Nathan-Nesbitt commented
We need to simplify the coding process by allowing students to just select "template" code which does some functionality where the cursor has been placed. This shouldn't be super complicated as we will just have to generate some common tasks like:
- Create Connection
- Create a command
- Create a datastore
- Create a callback function
- Store a value
- Create an event handler
- Create a Model (MinecraftLearns)
- Process the model data
- Train the model
- Save the model
- Predict using the model
- Load a model
- Create a plot
We should also have it broken down into each of the libraries (Game, DataStore, and MinecraftLearns)