kalessil / yii2inspections

MIT License
31 stars 3 forks source link

When there is an error detected by Yii2 inspections and underlined in the source code. also underline the file in the project files list on the left. #32

Open mystiquewolf opened 5 years ago

mystiquewolf commented 5 years ago

When there is an error detected by Yii2 inspections and underlined in the source code. also underline the file in the project files list on the left.

For example, if we call $this->render() with missing parameters, that line is underlined in red, but the file itself is not. We might change the parameters for a view and forget about other calls of render, if the view is called from two places.

kalessil commented 5 years ago

@liubomirwm, thank you for reporting. Would you please provide inspection name, which does this (when suppressing, IDE adds a comment with inspection name)?