AngularFileSwitcher 1.0.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package AngularFileSwitcher --version 1.0.0
                    
NuGet\Install-Package AngularFileSwitcher -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AngularFileSwitcher" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AngularFileSwitcher" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="AngularFileSwitcher" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AngularFileSwitcher --version 1.0.0
                    
#r "nuget: AngularFileSwitcher, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AngularFileSwitcher@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AngularFileSwitcher&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=AngularFileSwitcher&version=1.0.0
                    
Install as a Cake Tool

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

  1. In Visual Studio 2022, go to Extensions > Manage Extensions
  2. Search for "Angular File Switcher"
  3. Click Install
  4. 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

  1. Clone the repository
  2. Open in Visual Studio 2022
  3. Build the solution
  4. The extension will be available in bin/Debug or bin/Release

License

MIT

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. 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 Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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