forked fromfsharp/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit1d5a782
Do not show "rename unused declaration" code fix on functions and methods (#4094)
* do not show "rename unused declaration" code fix on functions and methods* IsFunctionOrMember -> IsValue1 parent6d3f6de commit1d5a782
File tree
3 files changed
+9
-1
lines changed- src/fsharp/symbols
- vsintegration/src/FSharp.Editor/CodeFix
3 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1806 | 1806 | | |
1807 | 1807 | | |
1808 | 1808 | | |
| 1809 | + | |
| 1810 | + | |
| 1811 | + | |
| 1812 | + | |
| 1813 | + | |
1809 | 1814 | | |
1810 | 1815 | | |
1811 | 1816 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
883 | 883 | | |
884 | 884 | | |
885 | 885 | | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
886 | 889 | | |
887 | 890 | | |
888 | 891 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments
Comments
(0)