FuzzyFileController(
self,
view: CompletionView,
cwd: Path | None = None
)| Name | Type | Description |
|---|---|---|
view* | CompletionView | View to render suggestions to |
cwd | Path | None | Default: NoneStarting directory to find project root from |
| Name | Type |
|---|---|
| view | CompletionView |
| cwd | Path | None |
Controller for @ file completion with fuzzy matching from project root.