language-ethereum icon indicating copy to clipboard operation
language-ethereum copied to clipboard

enable inline style comments

Open maurelian opened this issue 8 years ago • 1 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

maurelian avatar Feb 16 '17 14:02 maurelian

PR #11 fixes this!

lukehedger avatar Apr 05 '17 15:04 lukehedger