Git Product home page Git Product logo

vscode-open-file-from-path's Introduction

Open file from path

Open file from path

Simple plugin for VS Code that allows you to quickly open file starting from path string. E.g.

include("./myfolder/myfile.ext");

By default VS Code won't open relative/absolute path in PHP or other files with the classic ctrl+click command. This extension allows you to do it by searching throughout the project: just point your cursor on a path and press the alt+d default shortcut to open it.

Shortcut

Open file : alt+d

Features

  • Navigate the project folder searching for files that matches selected path string.

Extension Settings

  • open-file-from-path.startingPath: Set the starting path for the file search; can also be and sequence of strings separated by comma, It is useful to users who manages several web sites. (default to /)
  • open-file-from-path.searchExclusion: File or folder list to exclude (default **/node_modules/** and **/.vscode/**), glob formatted
  • open-file-from-path.regExp: RegExp used to delimiter the path of the file to open (default ['|\"]([^'|\"]+)['|\"], by default get the file name between quotes or double quotes)
  • open-file-from-path.matchPureFilename: Choose to search and match the pure filename or the entire path (default false)

Change Log

See Change Log here

Issues

Submit the issues if you find any bug or have any suggestion.

Contribution

Fork the repo and submit pull requests.

vscode-open-file-from-path's People

Contributors

dependabot[bot] avatar jack89ita avatar skyer9 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.