Skip to content

feat(37782): 'declare method' quick fix for adding a private method - #37806

Merged
Nathan Shively-Sanders (sandersn) merged 5 commits into
microsoft:masterfrom
a-tarasyuk:feat/37782
May 6, 2020
Merged

feat(37782): 'declare method' quick fix for adding a private method#37806
Nathan Shively-Sanders (sandersn) merged 5 commits into
microsoft:masterfrom
a-tarasyuk:feat/37782

Conversation

@a-tarasyuk

Copy link
Copy Markdown
Contributor

Fixes #37782

@a-tarasyuk
Oleksandr Tarasiuk (a-tarasyuk) force-pushed the feat/37782 branch 6 times, most recently from c3ac1bc to ca56d42 Compare April 6, 2020 13:52
@amcasey

Copy link
Copy Markdown
Member

Oleksandr Tarasiuk (@a-tarasyuk) Thanks for tidying up the code, but I have to admit I'm having trouble figuring out what actually changed. It seems like it was already possible to add a method, public property, or private property - just not a private property? Was anything special required to light up that last scenario?

@amcasey Andrew Casey (amcasey) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Things seem generally correct, I'm just having trouble identifying the new code.

Comment thread src/services/codefixes/fixAddMissingMember.ts
@sandersn
Nathan Shively-Sanders (sandersn) merged commit 683b3ec into microsoft:master May 6, 2020
@microsoft Microsoft (microsoft) locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

For Uncommitted Bug PR for untriaged, rejected, closed or missing bug

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

'declare method' quick fix for adding a private method

4 participants