I was so used to the way of opening a file in Emacs, by just C-x C-f and typing and tab-completing, without needing to use a mouse. In VS Code, I have to go through a "open file" system dialogue using a mouse to find my file. But when opening a file in SSH server, VS Code offers a built-in dialogue to find your file, by just typing and auto-complete. Is there a way to use the "open SSH file" dialogue to open local files, or a similar way by just typing and tab complete?
In VSCode, how to open local files without using a dialog but just by typing and Tab-complete?
1k Views Asked by 0xLN At
1
There are 1 best solutions below
Related Questions in VISUAL-STUDIO-CODE
- Is there a way to prevent vscode from forwarding ssh agent to remote dev container?
- flutter Null check error: did not show file and line number
- vscode, debug angular, first time, doesn't debug, 2nd time stops at main.js then it's ok
- trouble with creating a project for Pymakr in vscode
- Compiling c++ code by VS Code is always blocked by clang-tidy error 'Error running 'clang-tidy'
- Disable typescript in VS Code
- couldn't sign in visual studio code
- I can't add text to "Message" in VS Code when committing to Git
- Cannot type single backtick in VSCode
- WebScraping doesnt work, even without error
- Visual Studio Code keeps discovering python interpreters forever and vscode-server on remote is busy 100%
- vscode uses different cocoapods version when running a task
- Live server extension in VS Code works in background but do not pop the web browser
- How to recover deleted files from create vite react project
- Autocomplete not working for apache spark in java vscode
Related Questions in USER-EXPERIENCE
- Should we auto-scroll on sending/receiving a new message in a chat based interface?
- How can i apply a gradient color to a CurvedNavigationBar in flutter?
- Re-creating Forest App's UI (Forest element) in Flutter
- Handling selected item in a list with pagination on autoupdating the list in a react app ui
- How do i change the look of a tabitem? Literally Nothing happens no matter what i add to it
- How to get keyboard Cursor global position in jetPack Compose?
- How to create car start/stop button in flutter?
- How to sort order multiple columns using antd Table?
- Android Studio: How to keep logcat pinned when running the app?
- Performance and poor experience on element rotation with Angular
- I would like to set AnimatedOpacity to only a part, but it will only be reflected in the terminal child widget
- I want to mimic gradient colors, is there a tool or software that can help me figure out which colors I am creating and how?
- How to create a map of a country that allows me to select its states and take that input
- How i can manage cache in Next.js project with SSG pages, to improve user experience?
- How implement an alternative option when value is not in picker
Related Questions in TAB-COMPLETION
- PowerShell 7 autocompletion adds .\ to the file name in the current folder... which is sometimes a problem
- Module script-scoped variables not accessable in module function's ArgumentCompleter block
- customize bash tab-completion to show a list of matching substrings until the next ambiguity
- VSCode tab complete doesn't include equals for attributes
- Using a '=' as a trigger for click shell completion in my python click application
- How do I implement cmd's auto-tab-completion to python?
- Using tab-completion in the shell for suggested command
- Cannot use tab-completion for VS Code in zsh on Ubuntu 23.04 - tries to evaluate instead of suggesting paths to files
- Stop ampersand from being automatically prepended to directory paths dropped into VSCode console from project explorer
- Why does just adding strings to COMPREPLY result into tab completion not matching correctly?
- Zsh _normal completion inconsistent
- Docker tab/command completion not showing all commands
- Tab Completion in VS Code Terminal doesn't complete the highlighted command
- How to prevent PowerShell validateSet argument completer from suggesting the same values that are already selected?
- How to make a PowerShell argument completer that only suggests files not already selected?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Add the following setting in your JSON config:
This does not open the native file browser for local files. Instead, you can search for them in the same manner as you would do for remote files: