Home > Software engineering >  Looking or an autocomplete filename vscode plugin
Looking or an autocomplete filename vscode plugin

Time:08-30

Is there any VSC plugin that allow to autocomplete file path within a project folder? I am used to RStudio, where I could simply start typing the name of a file, hit tab, and then rapidly find the corresponding file (see below).

enter image description here

I have tried Path Autocomplete and Path Intelisense, but could not get them working like this.

Thank you, Phil

CodePudding user response:

I've been using the RelativePath extention by jakob101 for the past couple of years.

It searches for files within the workspace and pastes a relative path at the cursor. Super simple and easy to use.

  • Related