revery-ui / revery-playground

Live, interactive playground for Revery examples
https://www.outrunlabs.com/revery/playground
MIT License
17 stars 4 forks source link

Feature: Initial codelens implementation #31

Closed bryphe closed 5 years ago

bryphe commented 5 years ago

This implements a basic codelens feature:

codelens

Needs some improvement, though - specifically reducing 'jank'. We clear out the full set of codelens whenever the code changes. However, we should consider only clearing out the codelens that have been compiled, to minimize 'bouncing'.