coc-solidity
coc-solidity copied to clipboard
Read remappings.txt like solidity-language-server
The VSCODE lsp reads remappings from remappings.txt. Would be nice if coc-solidity did that too
u can use workspace level config, for example .vim/coc-settings.json:
{
"solidity.remapping": {},
}
this feature should be supported by new version.