ethers-io / website

Websites for ethers.
MIT License
9 stars 9 forks source link

Playground: Auto-complete Help #2

Open ricmoo opened 3 years ago

ricmoo commented 3 years ago

Similar to the library section, an auto-complete dialog should be brought up when typing ends in a dotted identifier which shows available methods, and the help info about them.

Only safe-getters (via whitelist) and non-property-getters should be followed to avoid side-effects.