GithubHelp home page GithubHelp logo

jcarreti / vscode-current-file-path-extension Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yoshinorin/vscode-current-file-path-extension

0.0 1.0 0.0 1.19 MB

VSCode extension. Display current file's path from absolute (root directory) or workspace highest directory in StatusBar by Unix style or Windows style.

Home Page: https://marketplace.visualstudio.com/items?itemName=YoshinoriN.current-file-path

License: MIT License

TypeScript 73.31% JavaScript 26.69%

vscode-current-file-path-extension's Introduction

Current File Path

Visual Studio Code extension. This extension display current file's path from absolute (root directory) or workspace highest directory in StatusBar by Unix style or Windows style.

Features

  • Display a current file's path in the StatusBar.
    • Absolute (root directory) or starts from workspace highest directory
      • Can select which to use by settings.
      • Can change shown using by QuickPick or command palette.
    • Path separator style can choose Unix or Windows.
      • Can select which to use by settings.
      • Can change shown using by QuickPick or command palette.
  • Copy a current file path to clipboard.
  • Copy a current file name to clipboard.
  • Can set display priority in the StatusBar by setting.

Images

Command Palette

Extension Settings

Property Description value Default
currentFilePath.defaultPathStyle Specify default path style. Unix like or Windows like. unix
windows
unix
currentFilePath.priorityInStatusBar The priority in the statusBar. Higher values shown more to the left. 0 ~ max int 0
currentFilePath.defaultPathStartsFrom Default value of where the path is displayed starts from. Root directory or workspace highest directory. rootDirectory
workSpace
rootDirectory

Requirements

  • Visual Studio Code 1.18.0 later
  • Linux will probably have to install xsel.
    • e.g.) Debian/Ubuntu sudo apt install xsel

Release Notes

v2.0.0


Breaking change

fromWorkSpaceOrNot setting changed to defaultPathStartsFrom. Please change your setting if use.

New feature

  • (refs #16) All action callable from command palette.
  • (refs #19) Implement copy file name feature.

Bug fix

  • (refs #21) Can not get correct each root folder path if workspace has some folders.

Others

  • Change some UI
  • Improve wording

v1.0.0


  • Initial release

vscode-current-file-path-extension's People

Contributors

yoshinorin avatar dependabot-preview[bot] avatar dependabot-support avatar

Watchers

James Cloos 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.