Marcus Revaj

Results 5 issues of Marcus Revaj

At the moment Refactor Preview (triggered by `vscode.workspace.applyEdit`) does not provide any feedback to the caller with has happened inside. It always responds back with true, which makes it hard...

editor-code-actions

TLDR: Refactor preview should render out the content for `createFile`/`deleteFile` not only for replace/insert/delete Refactor preview currently doesn't render `createFile` content, instead it only renders an empty widget. This makes...

editor-refactor-preview

Allows for the createFile to be rendered out as an arbitrary edit in the refactor preview partial fix for https://github.com/microsoft/vscode/issues/226947

- VS Code Version: 1.100.0 - OS Version: MacOS 15.4.1 ## Steps to Reproduce: 1. enable editor.scrollBeyondLastLine 2. trigger a NES which renders as insertionMultiline (ghostText) in temporary (additionalLine) 1line...

bug
inline-completions

# Problem statement Compared to the simplified context of ghostText, which would appear only after users cursor, providing guarantees around visibility, NES does not elicit the same behavior. With possibility...