Skip to content

Commit 3c9a4da

Browse files
author
Eli Dowling
committed
Rename and gotodefinition works if cursor is just after word
This is what vscode alllows, but the lsp just did nothing up untilll now.
1 parent 8381710 commit 3c9a4da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/FSharpLanguageServer/Program.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ type Server(client: ILanguageClient,useCache:bool) =
375375

376376
let line, charPos =fixLineForIdentifying line position.character
377377

378-
let maybeId = QuickParse.GetCompleteIdentifierIsland false line (charPos)
378+
let maybeId = QuickParse.GetCompleteIdentifierIsland true line (charPos)
379379
match c, maybeId with
380380
| Error(errors), _ ->
381381
lgError "'SymbolAt' Check failed, errors: %A" (errors)

0 commit comments

Comments
 (0)