ton-blockchain / intellij-ton

TON Development plugin for the IntelliJ Platform
https://plugins.jetbrains.com/plugin/23382-ton
GNU General Public License v3.0
65 stars 8 forks source link

(2.0) Specifier Missing Warning #128

Open MicroNovaX opened 10 months ago

MicroNovaX commented 10 months ago

Sometimes, when using methods that return nothing, you might forget to use the impure special specifier. At some points, this can cause debugging difficulties, I suggest adding a warning to such methods, with the ability to suppress them using the IntelIJ Supress Warning annotations.