You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+51-3
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,54 @@ Open the menu ReSharper / Options... / Exceptional to configure the extension.
19
19
20
20
Check out the extension in the ReSharper plugin gallery:
21
21
22
-
- Exceptional for ReSharper 8 in the plugin gallery
23
-
- Exceptional for ReSharper 9 in the plugin gallery
24
-
- Exceptional for ReSharper 10 in the plugin gallery
22
+
-[Exceptional for ReSharper 8 in the plugin gallery](https://resharper-plugins.jetbrains.com/packages/Exceptional)
23
+
-[Exceptional for ReSharper 9 in the plugin gallery](https://resharper-plugins.jetbrains.com/packages/Exceptional.R9)
24
+
-[Exceptional for ReSharper 10 in the plugin gallery](https://resharper-plugins.jetbrains.com/packages/Exceptional.R10)
25
+
26
+
## Features
27
+
28
+
### Thrown exception not documented or caught
29
+
30
+
**Warning:** Exceptions thrown outside the scope of method\property that are not documented in methods xml documentation (thrown with use of throw keyword).
**Warning:** Exception thrown outside the scope of method\property that are not documented in methods xml documentation (thrown from another invocation).
0 commit comments