Closed
Description
From @yaohaizh on April 11, 2018 1:54
- VSCode Version: 1.22
- OS Version: Windows 10
Steps to Reproduce:
- Typescript code:
abstract class Base {
abstract getProperty() : void;
}
class Subclass extends Base {
// This is comment
}
- Select the SubClass and trigger the code action, invoke it
Expected: The new code should insert after the comment or other existing code
Actually: The existing code is overwrote.
Does this issue occur when all extensions are disabled?: Yes
Copied from original issue: microsoft/vscode#47623