Open ajianggood opened 2 years ago
That is the only thing that this plugin needs. Some better syntax highlighting (remix level). Once it has achieved that, it is by far the best solidity dev environment. 🙏 nice work to the creator 💪
Hey, @ajianggood @kevupton! When saying like remix, do you mean the colour scheme, or something else? A concrete example might help a lot.
One thing I like about remix is the error highlighting but might be hard to implement as it only shows after compiling the contract
Hey, @ajianggood @kevupton! When saying like remix, do you mean the colour scheme, or something else? A concrete example might help a lot.
My comment is not about remix like highlighting but overall highlighting issues. I would say that function invocations should be yellow instead of light grey. This would be much easier to read. I see that only functions declaration are yellow and most of the code is light grey.
One thing I like about remix is the error highlighting but might be hard to implement as it only shows after compiling the contract
I notice that the vscode plugin has this error underline as well, which is actually quite nice.
Hey, @ajianggood @kevupton! When saying like remix, do you mean the colour scheme, or something else? A concrete example might help a lot.
@SerCeMan Here is an example of remix highlightings. Take nots of each of the highlighted red sections and compare with the second image
I may have missed some colours here, but this is what I found
Each line represents one colour:
Not included in remix vscode at the moment
console
for hardhat/console.sol
as its own colour (same way javascript has a colour for console)
How can syntax highlighting be the same as remix?