We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625f5be commit 9e57cf3Copy full SHA for 9e57cf3
script/parser/luadoc.lua
@@ -1194,7 +1194,7 @@ local docSwitch = util.switch()
1194
if not result.name then
1195
pushWarning {
1196
type = 'LUADOC_MISS_SEE_NAME',
1197
- start = getStart(),
+ start = getFinish(),
1198
finish = getFinish(),
1199
}
1200
return nil
test/completion/common.lua
@@ -3973,5 +3973,10 @@ TEST [[
3973
{
3974
label = 'ABCD',
3975
kind = define.CompletionItemKind.Class,
3976
+ textEdit = {
3977
+ newText = 'ABCD',
3978
+ start = 20008,
3979
+ finish = 20012,
3980
+ }
3981
},
3982
0 commit comments