Microsoft/monaco-editor
在 GitHub 查看Javascript/Typescript does not replace word (with fix)
Open
#1,979 创建于 2020年5月24日
feature-requesthelp wantedtypescript
描述
monaco-editor version: 0.20.0
ISSUE: If completing cons|ole.log() with caret at pilene the completion becomes consoleole.log() (should just be console.log())
FIX: In https://github.com/microsoft/monaco-typescript/blob/master/src/languageFeatures.ts#L276 the completion goes getWordUntilPosition - it should be getWordAtPosition
Thanks!