This extension lets you copy the path of the currently relative file in various code formats to the clipboard. Simply choose your preferred format from the options menu and paste the path wherever you need it.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
This is the README file for the "CopyPathWithCodes" extension. This extension offers features for modularizing your source code and copying the text of selected files.
Features
Copy Relative Path With Codes: A feature to copy the text of selected files with their relative paths. When a folder is selected, the extension copies the paths and texts of all files within the folder. .DS_Store files on macOS and Thumbs.db files on Windows are now ignored.
Usage: Right-click on a file or folder in the Explorer panel and select "Copy Relative Path With Codes" from the context menu.
Copy Active Path With Codes: A feature to copy the text of the currently active file with its path.
Usage: Right-click on the active file's tab or its content and select "Copy Active Path With Codes" from the context menu.
Requirements
There are no specific requirements or dependencies.
Known Issues
There are currently no known issues.
Release Notes
0.0.1
Initial release
Copy Path With Codes (한국어)
이것은 "CopyPathWithCodes" 확장 프로그램을 위한 README 파일입니다. 이 확장 프로그램은 소스 코드를 모듈화하고, 선택한 파일 텍스트를 복사하는 기능을 제공합니다.
기능
Copy Relative Path With Codes: 선택한 파일의 텍스트를 상대 경로와 함께 복사하는 기능입니다. 폴더를 선택하면, 폴더가 보유한 모든 파일의 경로와 텍스트를 복사합니다. macOS의 .DS_Store 파일과 Windows의 Thumbs.db 파일은 무시됩니다.
사용법: 탐색기 패널에서 파일이나 폴더를 마우스 오른쪽 버튼으로 클릭하고, 컨텍스트 메뉴에서 "Copy Relative Path With Codes"를 선택합니다.
Copy Active Path With Codes: 현재 활성화된 파일의 텍스트를 파일 경로와 함께 복사하는 기능입니다.
사용법: 활성화된 파일의 탭이나 내용을 마우스 오른쪽 버튼으로 클릭하고, 컨텍스트 메뉴에서 "Copy Active Path With Codes"를 선택합니다.