[Ethereum] n UserDefined Language of solidity for notepad++ available

solidity

Is there an UserDefined Language of solidity for notepad++ available? If so does anyone can share a link?

Best Answer

You can try the Language>J>JavaScript option in notepad++, for checking the formats for solidity. It works for me. Also https://remix.ethereum.org/ is a great way to check the solidity code format and have a virtual run without the hassle of any installation in the terminal.

Related Topic