### 1. Request It would be nice, if package_reviewer will detect, if developer make `Main.sublime-menu` file wrong and users see in console, for example: warning: mnemonic b not found in menu caption Back There ### 2. Justification I fixed this error in 4 Sublime Text packages: + [**SortBy**](https://github.com/Doi9t/SortBy/pull/15), + [**Back There**](https://github.com/iuliux/SublimeText2-BackThere/pull/8), + [**esLintAutoFix**](https://github.com/alex-mm/eslintAutoFix/pull/2), + [**unicode-character-insert**](https://github.com/Sorbing/sublime-unicode-character-insert/pull/1). On this basis, I am assuming that the error may be in other packages. ### 3. Desirable behavior package_reviewer detect “mnemonic not found” error → information about error include in package_reviewer report. Thanks.