Do we have the function to preview a file, similar to single-clicking on a file in VSCode?
Clicking on a file will open it in the current editor tab in VSCode, while double-clicking on a file will open it in a new editor tab. Clicking on a file replaces the current editor content, while double-clicking on a file keeps the original content in the current tab and opens the new file in a new tab.
Previewing a file
- Rickard Johansson
- Site Admin
- Posts: 6783
- Joined: 19 Jul 2006 14:29
Re: Previewing a file
It's a behavior I really don't like in VSCode. I don't think selecting a file should replace the current contents you're working on...