protofire / idea-solidity-solhint

JetBrains IDEA plugin to provide Solhint code verification
https://plugins.jetbrains.com/plugin/10177-solidity-solhint
MIT License
9 stars 3 forks source link

Solhint package is not found in MAC platform #22

Open ayeteng opened 6 years ago

ayeteng commented 6 years ago

I use PyCharm and try to build the Solidity smart contract. The PyCharm reported the Solhint package is not found as below. What message I should provide or trace to debug this issue?

My Intellj-Solidity version is 2.1.1 My Solidity Solhint version is 1.10

canufeel commented 5 years ago

Same here for Webstorm 2018.2.1 and latest intelij-solidity. Though mystically even solhint is reported as not found it actually shows solhint errors in the code.

cliffhall commented 4 years ago

Same here in Webstorm 2019.2. In the screenshot below, you can see that I get a report that Solhint is not installed but I see Solidity errors. However I suspect those error reports are coming from the Intellij-Solidity plugin. I don't see errors that I used to see related to code style. Screen Shot 2019-10-08 at 11 51 21 AM