What Visual Studio Code recommendations do you guys recommend for developing with ethereum? I am using the solidity Extension by Juan Blanco as well.
I think @spalladino uses VSCode?
1 Like
I’m using the same extension from Juan Blanco!
1 Like
I find Juan Blanco’s extension a must if you are using VSCode for anything Ethereum. Apart from it, I also use:
- EditorConfig for VS Code and Prettier extensions for code formatting.
- Mocha sidebar to run tests. Note that this one doesn’t work with Truffle, but I use it for dapps’ code and Buidler tests.
2 Likes
Juan Blanco’s extension is the only one I have installed currently on VSCode for developing Solidity.
The settings for use with OpenZeppelin are documented in the repository: https://github.com/juanfranblanco/vscode-solidity#openzeppelin
2 Likes