elm-lens icon indicating copy to clipboard operation
elm-lens copied to clipboard

Elm code visualizations for maximum productivity in Atom

Results 9 elm-lens issues
Sort by recently updated
recently updated
newest added

There's a noticeable lag when I start up atom. Atom's timecop package shows this ![screenshot from 2018-01-23 03-54-29](https://user-images.githubusercontent.com/2716069/35256001-031d839e-fff2-11e7-87c7-7384e1965fa8.png) Here the plugin took over 40s to startup. It seems the startup...

investigating

[Enter steps to reproduce:] 1. Installed the elm-lens package on atom 2. Open up atom. I received pop-ups asking if Atom had permission to view Documents, Desktop, etc. Most of...

When I change the zoom level, the metadata from elm-lens is not scaled with my font. It would be nice to have the same zoom level on the metadata as...

enhancement

I would expect the reference panel to update with new content, not close as the default appears to be. ![elm-lens](https://user-images.githubusercontent.com/502358/40726602-57a1381e-6426-11e8-8d4a-751a56c4dbf4.gif)

A nice enhancement would be to add an arrow or something at the end of the references text, if only one reference exist. Clicking this would jump straight to the...

I have a module that import Tangram with: ```Elm import Tangram.Model as Tangram import Tangram.Types as Tangram import Tangram.Update as Tangram import Tangram.View as Tangram ``` and use ```Elm Tangram.subscriptions...

investigating

Hi Matt, I love this plugin even more than elm-test-runner. I'm running version 0.2.0, and I've just noticed one issue with counting external references for union types whose constructors are...

bug
enhancement

Just looking briefly at the source, it looks like this is completely coupled to Atom, which is fine, but it means no other editor can use this really neat tool....

enhancement

Library projects expose functions without references for good reason. Elm Lens should be able to recognize exposed library methods and provide special markup rules for those. Issue came to my...

enhancement