Philippe Massicotte
Philippe Massicotte

Reputation: 1529

Looking or an autocomplete filename vscode plugin

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

Upvotes: 0

Views: 136

Answers (1)

DIRECTcut
DIRECTcut

Reputation: 170

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.

Upvotes: 1

Related Questions