Solidity ExtendedSolidity support that aims to enable all of Visual Studio Code's features. Solidity is the language used in Ethereum to create smart contracts. This extension provides:
ConfigurationcompilerRemappingsCompiler remappings can be specified as an array of objects with a
persistErrorsPersist errors for a linter if it's not run during the next validation event. For example, if there are
Common settings for linter optionsThe follow three options take these values:
lintOnChangeLint open files when they're changed, regardless of whether they've been saved. It may be useful to set this to false if the contracts you're working on take a long time to compile.
lintOnSaveLint open files when they're saved.
lintOnOpenLint files immediately upon opening.
CreditsMany thanks to Juan Blanco, this extension is forked from his original vscode-solidity extension. |