You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Visual Studio: Visual Studio Enterprise 2017, Version 15.7.5
This extension: 1.1.0(installed through the Visual Studio Extensions and Updates menu)
Description
When editing a csproj file and type a opening angle bracket <, I get no IntelliSense for the possible XML nodes used by the project system, like ItemGroup or PropertyGroup. The IntelliSense that is provided only shows the default XML IntelliSense for XML comments as shown in the screenshot below.
Current behavior
As shown in the screenshot above the IntelliSense only shows the three default XML IntelliSense suggestions which are always shown when VS has no schema information for the XML file it is editing.
The only time I get IntelliSense support is when editing the Include and Version attribute values of a PackageReference node like shown in the screenshot below.
Also pressing the key kombination for forcing the IntelliSense popup (Ctrl+J in my settings) does not give me any more IntelliSense
Expected behavior
IntelliSense should provide suggestions for the possible nodes in the CSPROJ file.
NOTE: This used to work perfectly fine some time ago. Maybe this is an Visual Studio update regression?
The text was updated successfully, but these errors were encountered:
to the Project element. This helps Visual Studio to select the correct schema. I don't think that this is related to this extension since Visual Studio finds the schema without this extension enabled.
Maybe the real issue is some addiction to minimize the project file authoring 😉
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Installed product versions
15.7.5
1.1.0
(installed through the Visual StudioExtensions and Updates
menu)Description
When editing a csproj file and type a opening angle bracket
<
, I get no IntelliSense for the possible XML nodes used by the project system, likeItemGroup
orPropertyGroup
. The IntelliSense that is provided only shows the default XML IntelliSense for XML comments as shown in the screenshot below.Current behavior
As shown in the screenshot above the IntelliSense only shows the three default XML IntelliSense suggestions which are always shown when VS has no schema information for the XML file it is editing.
The only time I get IntelliSense support is when editing the
Include
andVersion
attribute values of aPackageReference
node like shown in the screenshot below.Also pressing the key kombination for forcing the IntelliSense popup (
Ctrl
+J
in my settings) does not give me any more IntelliSenseExpected behavior
IntelliSense should provide suggestions for the possible nodes in the CSPROJ file.
NOTE: This used to work perfectly fine some time ago. Maybe this is an Visual Studio update regression?
The text was updated successfully, but these errors were encountered: