Close tabs opened with View() only

Hi, is there a way to close just the tabs opened with the View() command? If I have say 4 code files in 4 tabs and 5 data frames in 5 tabs opened with View(), would it be possible to selectively close just the data tabs? "Ctrl Shift W" closes everything.

Not super important - just curious if there is a short cut to do this that I am overlooking. Thanks!

7 Likes

Unfortunately, this is not currently possible.

This would be a helpful feature to add. Related: if I remove all objects with rm(list=ls()), is there an argument I can add that would also close all open View() objects (so that deleted objects aren't still showing in View)?