10

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

Olivier Rikken
  • 366
  • 4
  • 12
  • I'll try it again :-) Is there an UserDefined Language of solidity for notepad++ available? If so does anyone can share a link? – Olivier Rikken May 23 '17 at 13:59

3 Answers3

5

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.

5

I was looking for one too but couldn't find any, so I made one myself.

Publicly available on Github. Pull requests welcome :)

Alin Popa
  • 51
  • 1
  • 2
0

I've created a dark theme for NotePad++ based on the one above here:

https://github.com/MegaManSE/SolidityDark