juanfranblanco / vscode-solidity

Visual Studio Code language support extension for Solidity smart contracts in Ethereum https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity
MIT License
871 stars 187 forks source link

Filter compiler warnings #226

Open juanfranblanco opened 3 years ago

juanfranblanco commented 3 years ago

The extension displays the compiler errors and warnings as you type, there might be scenarios that a user wants to ignore specific warnings, maybe because they don't care or maybe because they plan to do so generic automation later on in the background. For example here https://github.com/juanfranblanco/vscode-solidity/issues/189.

Vote below by liking it or create a pull if very keen :)

cameel commented 3 years ago

Just wanted to chime in and say that we've discussed the topic several times in the compiler team (it's related to https://github.com/ethereum/solidity/issues/2675, https://github.com/ethereum/solidity/issues/2691) and every time we come to a conclusion that any filtering like this is better done on the tool level rather than in the compiler itself because it's mostly a UI concern. So I fully support this feature request. I think that @axic and @chriseth would agree too.