mbuscemi / elm-lens

Elm code visualizations for maximum productivity in Atom
https://atom.io/packages/elm-lens
MIT License
51 stars 2 forks source link

VSCode Integration? #4

Closed cruhl closed 6 years ago

cruhl commented 6 years ago

Awesome project!

I just wanted to see if you had any opinions around the feasibility of a VSCode version of this tool?

Thanks 👏

mbuscemi commented 6 years ago

Porting this one will be a little more involved than Elm Test Runner. The biggest hurdle will be reproducing the behavior of decorateMarker on an Atom TextEditor object, if that is even possible. There are a few other integration points, such as tooltip popups and other editor interactions that I am more confident would exist in VS.

The plan is to get all major feature work done before I port to VS Code.

mbuscemi commented 6 years ago

Duplicate of #11.