tamj0rd2/ts-quickfixes

Installation guide?

Norfeldt opened this issue ยท 3 comments

I seem to be doing something wrong. Install the plugin via the install and right clicked the variable - but saw no option to add missing members. I'm sure it's just something simple I have to do, but don't know what it is ๐Ÿค”

Screenshot 2021-06-14 at 13 24 09

Screenshot 2021-06-14 at 13 23 57

When you hover over the variable that has the error and click the lightbulb, you should see a list of quick fixes to apply. There should be one called "Declare missing members". When you choose that, the fix should be applied. Here's a guide: https://code.visualstudio.com/docs/editor/refactoring

If it still doesn't work after that, could you please send me a code example and I'll have a look into what's wrong. But FYI, this feature is going to be available in Typescript soon, so if you give it a few weeks, you might not need this extension after all.

The extension seems great ๐Ÿ‘ .

I'm in no rush and have way too many extensions, so I can wait a couple of weeks. Where did you read about this feature release in TypeScript?

The extension seems great ๐Ÿ‘ .

I'm in no rush and have way too many extensions, so I can wait a couple of weeks. Where did you read about this feature release in TypeScript?

microsoft/TypeScript#28491

I saw this issue get closed and the corresponding PR