Claimed: "As you type, IntelliSense shows functions, keywords, variables" Reality: Extension has NO CompletionProvider. Only has:
- Signature Help - Shows parameter hints AFTER you type
FunctionName( - Snippets - Code structure templates (IF, LOOP, etc.)
- NO auto-complete dropdown while typing
Claimed: "Automatically detects solution when folder opened" Reality: Two-step process:
- Open folder → Extension scans
- User clicks solution name in sidebar to actually open it
- Go to Definition
- Go to Implementation
- Hover tooltips
- All scope-aware, cross-file
- Parameter hints for built-in functions (148 functions)
- Shows AFTER typing
FunctionName( - Method overload support
- NOT a completion provider
- 50+ code snippets
- Variable declaration shortcuts
- Structure templates
- Real-time error detection
- Structure validation
- Unreachable code detection
- Generate applications
- Build configurations
- Live output
- Paste as Clarion String
- Add Method Implementation
- Create New Class
- Replace "IntelliSense" with "Signature Help" throughout docs
- Add separate "Snippets" section
- Clarify NO auto-complete dropdown exists
- Fix solution opening instructions (already done)
- Remove any claims about "as you type suggestions"