language-ethereum
language-ethereum copied to clipboard
enable inline style comments
This is a great package, thank you.
The cmd+/
hotkey creates block style comments in solidity:
/* some solidity code*/
Is it possible to modify a setting, or the default behaviour to set inline comments?
// some solidity code
This would be more consistent with the browser solidity
PR #11 fixes this!