-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scaffold codefix #1158
Merged
Merged
Scaffold codefix #1158
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 194fe5d.
I'm happy with this, please review it. |
TheAngryByrd
requested changes
Sep 6, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is so amazing ❤️. This looks great, only tiny change request.
TheAngryByrd
approved these changes
Sep 6, 2023
nojaf
added a commit
to nojaf/FsAutoComplete
that referenced
this pull request
Nov 3, 2023
* Initial scaffold of implementation file. * Remove temporary code fix addition. * Wire up codefixes to LSP servers. * Add dedicated test file and wire tests. * Sample of usage * Revert "Sample of usage" This reverts commit 194fe5d. * Improve syntax tree traversal code. * Add documentation. * Ensure ScaffoldCodeFix keeps working. * Don't indent code snippet. * Add pointers for PR.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WHAT
🤖 Generated by Copilot at 3da98e3
This pull request adds a new build target for scaffolding code fixes for the FsAutoComplete project. It uses the
Fantomas.Core
package to format the generated F# code and updates thebuild
project files accordingly. It also improves the readability and consistency of the./build/Program.fs
file.🤖 Generated by Copilot at 3da98e3
✨📝🔨
WHY
HOW
🤖 Generated by Copilot at 3da98e3
ScaffoldCodeFix
module and target to generate code fix files and update project references (link, link, link, FRelated to #1156.
I'm working on a FAKE target that scaffolds are the right files to write a new code fix.
See 194fe5d for an example of usage.
TODO: