VS Code Tips: Difference between revisions

Content deleted Content added
No edit summary
Line 11:
In addition to the TUFLOW plugin, some useful plugins for working with TUFLOW include: <br>
*[https://marketplace.visualstudio.com/items?itemName=Fr43nk.seito-openfile Open File] by Frank Stuetzer or similar:
:*Right-click on a filename and openselect it'Open file under cursor'. If the file is found by VS Code, then the selected file will open in a new windowtab.
:*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>
*[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).