Path-Switcher is a Visual Studio Code extension designed to make your web development easier. With just one command, you can switch all file paths between relative and absolute. This feature works for src attributes, href links, and CSS url() attributes throughout your entire file.
- Visual Studio Code version 1.30 or later
- A stable internet connection for downloading the extension
- Compatible with Windows, macOS, and Linux operating systems
- Instantly toggle file paths: Switch between relative and absolute paths with one command.
- Multi-attribute support: Works with
src,href, and CSSurl()attributes. - Increased productivity: Save time and effort while coding your web projects.
- User-friendly: Designed for users with no programming knowledge.
To install Path-Switcher, follow these simple steps:
- Visit the Releases Page: Go to the Releases page to find the latest version of the extension.
- Download the Extension: Look for the latest release and click on the download link to save the
.vsixfile to your computer. - Open Visual Studio Code: Launch Visual Studio Code on your computer.
- Install the Extension:
- Click on the Extensions view icon in the Activity Bar on the side of the window or press
Ctrl+Shift+X. - At the top of the Extensions view, click the three-dot menu (โฎ) and select "Install from VSIX..."
- Navigate to where you saved the
.vsixfile and select it to install.
- Click on the Extensions view icon in the Activity Bar on the side of the window or press
- Activate the Extension: Once installed, you might need to restart VS Code for the changes to take effect.
Once Path-Switcher is installed, you can start using it immediately.
- Open Your Project: Open the folder that contains your web project in VS Code.
- Use the Command Palette: Press
Ctrl+Shift+Pto open the Command Palette. - Toggle Paths: Type โToggle Pathsโ and select the command. All file paths in the document will switch between relative and absolute.
To get started with Path-Switcher, visit the Releases page and download the extension now.
- Automation: Improve your workflow with quick path adjustments.
- Web Development: Make web development more efficient with easy path management.
- Productivity: Focus on coding instead of worrying about path issues.
If you encounter any issues, feel free to open an issue in the repository. We are here to help you.
We welcome contributions! If you want to enhance Path-Switcher, please check the contribution guidelines in the repository to get started.
Thanks to the open-source community for their support and contributions. This project would not be possible without your dedication and passion.
Path-Switcher is licensed under the MIT License. See the LICENSE file for details.
Explore, download, and enhance your coding experience with Path-Switcher!