Skip to content

Democratizing code fixes - part two - #15398

Merged
psfinaki merged 11 commits into
dotnet:mainfrom
psfinaki:codefixes-4
Jun 15, 2023
Merged

Democratizing code fixes - part two#15398
psfinaki merged 11 commits into
dotnet:mainfrom
psfinaki:codefixes-4

Conversation

@psfinaki

@psfinakipsfinaki commented Jun 14, 2023

Copy link
Copy Markdown
Contributor

This PR:

As of now, the code fix boilerplate is only the following:

override_.FixableDiagnosticIds= ImmutableArray.Create(...)// diag numbers hereoverridethis.RegisterCodeFixesAsync context = context.RegisterFsharpFix(this)interface IFSharpCodeFixProvider withmember_.GetCodeFixIsAppliesAsync document span =// implementation

@psfinaki
psfinaki requested a review from a team as a code ownerJune 14, 2023 18:57
@psfinaki

Copy link
Copy Markdown
ContributorAuthor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 2 pipeline(s).

Comment threadvsintegration/src/FSharp.Editor/CodeFix/IFSharpCodeFix.fs
@psfinaki
psfinaki enabled auto-merge (squash) June 15, 2023 11:27
@psfinaki
psfinaki merged commit d984929 into dotnet:mainJun 15, 2023
@psfinaki
psfinaki deleted the codefixes-4 branch February 10, 2025 15:15
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

FSharpWrapExpressionInParentheses code fix throws exception

3 participants

@psfinaki@0101@T-Gro