AngularFileSwitcher 1.0.0
dotnet add package AngularFileSwitcher --version 1.0.0
NuGet\Install-Package AngularFileSwitcher -Version 1.0.0
<PackageReference Include="AngularFileSwitcher" Version="1.0.0" />
<PackageVersion Include="AngularFileSwitcher" Version="1.0.0" />
<PackageReference Include="AngularFileSwitcher" />
paket add AngularFileSwitcher --version 1.0.0
#r "nuget: AngularFileSwitcher, 1.0.0"
#:package AngularFileSwitcher@1.0.0
#addin nuget:?package=AngularFileSwitcher&version=1.0.0
#tool nuget:?package=AngularFileSwitcher&version=1.0.0
Angular File Switcher Extension for Visual Studio 2022
A Visual Studio extension that enables quick switching between related Angular component files (.ts and .html).
Features
- Adds "Switch to Matching File" command in the editor context menu
- Switch between .ts and .html files with a single click
- Works in Visual Studio 2022
- Supports right-click context menu for easy access
Installation
- In Visual Studio 2022, go to Extensions > Manage Extensions
- Search for "Angular File Switcher"
- Click Install
- Restart Visual Studio
Usage
Right-click on any .ts or .html file in the editor and select "Switch to Matching File" to open the corresponding file.
Requirements
- Visual Studio 2022 17.9 or later
- .NET 8.0 SDK
Build
- Clone the repository
- Open in Visual Studio 2022
- Build the solution
- The extension will be available in
bin/Debugorbin/Release
License
MIT
Contributing
- Fork the repository
- Create a feature branch
- Submit a pull request
Version History
- 1.0.0: Initial release
- Basic file switching functionality
- Editor context menu integration
Authors
- Jacob Horner
Support
File issues on the GitHub repository or contact the author directly.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
-
net8.0-windows7.0
- Microsoft.VisualStudio.Extensibility.Build (>= 17.9.2092)
- Microsoft.VisualStudio.Extensibility.Sdk (>= 17.9.2092)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|
# Release Notes
## Version 1.0.0 (2024-03-21)
### Initial Release
- Switch between Angular component TypeScript (.ts) and HTML template (.html) files
- Editor context menu integration
- Support for Visual Studio 2022 17.9+
- File existence validation
- User notification when matching file not found
### Requirements
- Visual Studio 2022 17.9 or higher
- .NET 8.0 SDK
### Known Issues
- None reported