duneanalytics / duneanalytics/evm.codes
Feature Request: Autocomplete in EVM Playground
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 827
- Forks
- 199
- Avg merge
- 15m
- Merged PRs (30d)
- 1
Description
Motivation
I think we could have a way to have autocomplete when writing the opcodes. Like example below
Example
Let's say i start typing RE... [typing]

Then could open a popup or slide panel to show something like list of opcodes with description like as showed in the Opcodes page. Image below

Alternative idea
Maybe that could just take in consideration opcodes start with
REinstead to be succint and simple list with the names too
PS: I love the project!! Thanks <3
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the EVM Playground editor and the Opcodes page that supplies opcode descriptions. Trace how editor input and opcode data are handled, then define the autocomplete presentation and matching behavior from the examples; done means typing an opcode prefix exposes relevant names and descriptions in the playground.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- blockchain, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100