VS Code Tips: Difference between revisions

Content deleted Content added
No edit summary
Line 13:
:*Right-click on a filename and select 'Open file under cursor'. If the file is found by VS Code, then the selected file will open in a new tab.
:*To open multiple files, hold down Alt while selecting the filenames, then right click and select 'Open file under cursor'. If the files are found by VS Code, then the selected files will each open in a new tab.
<br>{{Video|name=Animation_OpenFile.mp4|width=900}}<br>
<br>
*[https://marketplace.visualstudio.com/items?itemName=ionutvmi.path-autocomplete Path Autocomplete] by Mihai Vilcu:
:*Adds auto-complete when it determines a filename is being written. For this feature to work, set the 'triggerOutsideStrings' to true (as described in the plugin details). <br>