SuperblocksHQ / ethereum-studio

Official Ethereum Studio project repository. And IDE specially tailored to make it as simple as possible to onboard new users into the Ethereum ecosystem
https://ethereum.org/build/
GNU General Public License v3.0
186 stars 103 forks source link

Add autocomplete for Solidity #238

Open samajammin opened 4 years ago

samajammin commented 4 years ago

Summary

Add autocomplete functionality similar to how the Solidity plugin for VSCode (which also uses Monaco): Screen Shot 2020-05-27 at 5 10 17 PM

Currently this works for variable names: Screen Shot 2020-05-27 at 5 19 09 PM But not for built-in values, like msg.sender: Screen Shot 2020-05-27 at 5 19 39 PM

Motivation

This would be a nice DX improvement.

Describe alternatives you've considered

None.

Additional context

Recommendation from a recent feedback survey of Ethereum developers.