vscode-solidity-extension icon indicating copy to clipboard operation
vscode-solidity-extension copied to clipboard

Visual Studio Code Extension for Solidity Highlighting and Syntax

Results 7 vscode-solidity-extension issues
Sort by recently updated
recently updated
newest added

reduce the false positives by fixing regex. this overrides values for `constant.numeric.decimal.solidity`

A language status item is the preferred way to present language status reports for the active text editors, such as selected linter or notifying about a configuration problem. https://github.com/microsoft/vscode/blob/a330b89e5d83293bacee75ac910626b64ad8c3fd/src/vscode-dts/vscode.d.ts#L11839 commit:...