iafan / goplayspace

Advanced Go Playground frontend written in Go, with syntax highlighting, turtle graphics mode, and more
https://goplay.space
Other
981 stars 63 forks source link

FeatureRequest: Add tabs #35

Open rustysys-dev opened 4 years ago

rustysys-dev commented 4 years ago

I found recently that I want to try multiple different things at once. It would be wonderful if the placespace supported editor tabs.

workarounds I can do but prefer not to.

Some thoughts regarding possible implementation:

iafan commented 4 years ago

I think this is exactly what browser tabs are for. You can open a new browser window for your coding experiments and keep several tabs open, then discard the entire window once you're done.