Skip to content

Instantly share code, notes, and snippets.

@dharmatech
Last active December 12, 2018 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dharmatech/11f2ee0421aa17bf3e410a087d85f744 to your computer and use it in GitHub Desktop.
Save dharmatech/11f2ee0421aa17bf3e410a087d85f744 to your computer and use it in GitHub Desktop.

Here's what my IDE looks like when I'm editing a C# program that solves an exercise from an abstract algebra book:

Here's the console output that results from running the program:

What I'd really like is for the output to be displayed directly inline in the IDE:

Are there any IDEs which offer this feature?

Yes, I know about Notebooks like Jupyter. The drawbacks to them are well known.

UPDATE Looks like Light Table aimed to support this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment