Interactive Onboarding Tooltips & AI Helper for Visual StudioThis is an extension designed to assist developers navigating a new codebase by serving context-aware guidance directly inside the code editor without directly adding comments to the source code. It matches active lines of code with detailed documentation stored in a local project report file, and integrates with AI chat tools to generate or update missing information so to give useful insight. Features1. Context-Aware Onboarding TooltipsWhen hovering over lines of code, the extension dynamically parses the active scope (methods, classes, namespaces, or top-level statements) and checks for corresponding entries inside a local guide file named
2. Instant AI Integration ("Fix Line" / "Fix Block")If an area of code lacks detailed documentation or requires an update:
3. Support for Multiple ScopesThe tool handles granular line-by-line tooltips as well as container-level blocks (such as entire local functions, classes, or nested statements), letting you build out document templates ranging from simple methods up to full namespaces. How It Works
WARNING if you have changed your keybinds then it may not work or if you don't have the GitHub Copilot installed then it will not work as well. License |