Fork me on GitHub
#atom-editor
<
2021-03-16
>
mauricio.szabo01:03:59

Ok, so I've been studying a little bit and I believe it's possible to do a kind of "code bubbles" in Atom. The ideia would be that instead of using "goto bar definition" and see a huge source file where you're interested in only one function, you could just see that one function and then editor it, evaluate commands on it, etc...

mauricio.szabo01:03:36

Now I want to know - do people think that this could be a good idea?

seancorfield01:03:06

That would be awesome — and it’s similar to some aspects of the original LightTable proposal in a way (being able to focus in on a function and interact with it).

sogaiu22:03:07

interesting. wonder a bit about things with long docstrings.