fix(language-server): gate api hover to actual api.<name> references
Hover fired on whatever word was under the cursor, so a local variable colliding with a declared block name reported the block's method and path instead of its own hover info. Completion was already gated this way. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1864,7 +1864,8 @@
|
||||
"./server": [
|
||||
"ApiCallCompletionItem",
|
||||
"apiCallCompletions",
|
||||
"apiCallHover"
|
||||
"apiCallHover",
|
||||
"isApiReferenceAt"
|
||||
]
|
||||
},
|
||||
"@wrnexus/mcp": {
|
||||
|
||||
Reference in New Issue
Block a user