Is there a way to have code-inspection for a frontend-only project

Hi, I work on c# solutions or on web-frontend projects (JS/Vue).

In the frontend-projects, the code-inspection works for open files only.
Is tere a way to have a summary of all problems in the project?

The Inspection scope lets me choose from:

* whole solution

* Project

* Custom scope

Perfect would be, if I could run the Inspection for all files in a predefined scope (Settings → Appearance & Behavior → Scopes), but this is empty and I cannot enter a valid scope.

0
1 comment

Hi Nicolai,

Currently, Rider only supports analyzing C# issues project-wide, which checks for errors based on code inspection rules. You can run Code | Inspect Code in Rider.

For issues in JS/TS files, Rider will only display problems in the opened files, which will be listed in the Problem View. However, you can run the same project-wide inspection in WebStorm. We have an existing feature request on YouTrack regarding this issue. We would appreciate it if you could upvote the request to show your additional interest in this feature.

Regards,

Tao


 

0

Please sign in to leave a comment.