andyduong1920 / vscode-current-path

Atom style current file absolute/relative path in your Status Bar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Current Path

Atom style current file absolute/relative path in your Status Bar.

Status Bar

feature X

feature X

feature X

Commands

  • currentPath.absolutePath - Copy file absolute path
  • currentPath.relativePath - Copy file path relative to the working directory
  • currentPath.togglePathType - Toggle shown path between absolute and relative
  • currentPath.fileName - Copy file name
  • currentPath.toggleFileIcon - Toggle visibility of file icon

Settings

  • currentPath.useAbsolutePath: Toggle shown path between absolute and relative.
  • currentPath.hideFileIcon: Toggle visibility of file icon.

About

Atom style current file absolute/relative path in your Status Bar.

License:MIT License


Languages

Language:TypeScript 100.0%