Auto-Import icon indicating copy to clipboard operation
Auto-Import copied to clipboard

abstract class and function autoimport

Open streamich opened this issue 7 years ago • 0 comments

Currently does not work with abstract classes and function declarations:

export abstract class Foo {}

export function Bar () {}

streamich avatar Nov 29 '17 21:11 streamich