FileNesting icon indicating copy to clipboard operation
FileNesting copied to clipboard

Visual Studio 2022 Support

Open scottkuhl opened this issue 4 years ago • 7 comments

Installed product versions

  • Visual Studio: 2022 All Versions

Description

Make the extension available in Visual Studio 2022.

Steps to recreate

  1. Download the extension installer.
  2. Run the installer.

Current behavior

Message that it is already installed to all applicable products appears even though it is not installed in Visual Studio 2022. It is also not listed in Online Extensions in Manage Extensions Visual Studio 2022.

Expected behavior

Installs and works in Visual Studio 2022.

Note: Sorry for the all the extra details. I probably could have stopped with the title on this one.

scottkuhl avatar Jun 17 '21 20:06 scottkuhl

This would be a great addition - I didn't realise that File Nesting in 2022 is only supported on ASP.NET Web projects.

kieronlanning avatar Oct 14 '21 11:10 kieronlanning

@madskristensen any plans to port this extension to VS2022?

objecttothis avatar Nov 08 '21 10:11 objecttothis

it would be great if someone could at least extract the manual nesting feature into a new extension for VS 2022. Hopefully that would be quick. I wish I had time to do it!

glittle avatar Jan 02 '22 01:01 glittle

Even if there is file nesting for Core projects and automatic file nesting, I would appreciate if there would be some manual nestung feature like this extension in VS2022 because I have needs where automatic file nesting is not working in non Core project.

DarthSonic avatar Aug 15 '22 12:08 DarthSonic

In VS2022 adding a .filenesting.json file to a project does work for customizing beyond the automatic nesting. Here's the documentation for setting the rules: https://docs.microsoft.com/visualstudio/ide/file-nesting-solution-explorer

In projects where file nesting is not enabled by default, we've had luck adding this to the proj file:

 <ItemGroup>
   <ProjectCapability Include="ConfigurableFileNesting" />
   <ProjectCapability Include="ConfigurableFileNestingFeatureEnabled" />
 </ItemGroup>

dmetzgar avatar Aug 15 '22 17:08 dmetzgar

I really would appreciate to have a choice in the GUI as with this extension to nest files, instead of adding and editing new files. I can do that in .csproj file also, but I would like the comfort of GUI.

DarthSonic avatar Aug 16 '22 08:08 DarthSonic

Hello is it supported or not? This message comes out image

scascalespAV avatar Dec 15 '22 14:12 scascalespAV