Skip to content

Commit

Permalink
Merge pull request #832 from anarnold97/MTA-2162-Remove-Quick-Fix
Browse files Browse the repository at this point in the history
MTA-2162-Remove-Quick-Fix
  • Loading branch information
anarnold97 authored Feb 11, 2024
2 parents 7ec8767 + d2496d6 commit 4f83208
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 4 additions & 6 deletions docs/topics/vs-code-extension-resolving-issues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@
[id="vs-code-extension-resolving-issues_{context}"]
= Resolving issues

You can resolve issues by doing one of the following:
You can resolve issues by editing the code of a file with a hint

* Using a _Quick Fix_ automatic code replacement
* Editing the code of a file with a hint

You can keep track of resolved issues by using the *Delete* or *Mark as Complete* options. Files marked deleted or completed will be analyzed again the next time you analyze a project that contains them.

== Using a Quick Fix
////
== Using a Quick Fix

You can use a Quick Fix automatic code replacement to save time and ensure consistency in resolving repetitive issues.

Expand All @@ -22,6 +19,7 @@ You can use a Quick Fix automatic code replacement to save time and ensure consi
. In the left pane, right-click an issue that has the Quick Fix icon (image:vs_optional.png[Optional or Quick Fix]) and select *Preview Quick Fix*.
. To accept the suggested fix, right-click the issue again and select *Apply Quick Fix.*
. Optional: Right-click the issue and select *Mark as Complete* or *Delete*.
////
== Editing the code of a file
Expand Down
3 changes: 1 addition & 2 deletions docs/topics/vs-code-extension-reviewing-issues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[id="vs-code-extension-reviewing-issues_{context}"]
= Reviewing issues

You can use the {ProductShortName} extension icons to prioritize issues based on their severity. You can also see which issues have a _Quick Fix_ automatic code replacement.
You can use the {ProductShortName} extension icons to prioritize issues based on their severity.

.Procedure

Expand All @@ -18,4 +18,3 @@ You can use the {ProductShortName} extension icons to prioritize issues based on

** image:vs_mandatory.png[Mandatory] : The issue must be fixed for a successful migration.
** image:vs_potential.png[Warning] : The issue might need to be addressed during migration.
** image:vs_optional.png[Optional or Quick Fix] : The issue is optional to fix for migration. This icon is also used to indicate any Quick Fixes available for an issue.

0 comments on commit 4f83208

Please sign in to comment.