roslyn:get_missing_members
Find all interface and abstract members that a C# class must implement, with exact signatures for copying.
Instructions
Get all interface and abstract members that must be implemented for a type.
USAGE: Position on a class that implements interfaces or extends abstract classes. OUTPUT: List of missing members with exact signatures ready to copy. Use before implementing interfaces. IMPORTANT: Uses ZERO-BASED coordinates (editor line - 1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | Zero-based line number on the type declaration | |
| column | Yes | Zero-based column number | |
| filePath | Yes | Absolute path to source file |