MO Extension inserts ready-to-use Python AI sample snippets directly into your active editor. It includes practical starter examples for CSP, Adversarial Search, Bayesian Networks, and Supervised/Unsupervised learning.
Commands
Insert CSP (Python)
Insert Adversarial Search (Python)
Insert Bayesian Network (Python)
Insert Supervised Learning (Python)
Insert Unsupervised Learning (Python)
Usage
Open or create a .py file in VS Code.
Open the Command Palette (Ctrl+Shift+P).
Run one of the Insert ... (Python) commands.
The selected snippet is inserted at your current cursor position.
Future Ideas
Add more AI algorithm snippets (e.g., A*, decision trees, reinforcement learning).
Add configurable snippet styles (minimal vs. explained versions).
Add multi-snippet insertion templates for quick lab setup.