Version 1.4.0
New:
- #31 - CodeLens on project lines for "Project" nested in "Project".
- #2 - Show error for project GUIDs that used by another projects.
- #9 - Show error for unknown project type GUIDs.
- #3 - Show warning for project names that used by another projects.
- #27 - Show warning when module words have not correct PascalCase
- For
Project
,EndProject
,ProjectSection
,EndProjectSection
- And
Global
,EndGlobal
,GlobalSection
,EndGlobalSection
- For
- Show info for solution folders, when name is used by another projects.
Improvements:
- #29 - Check file extension
.vcxitems
too (should beC++
project) - #20 - Code completion and syntax highlight for keyword
SharedMSBuildProjectFiles
. - Show the line number of the other usage in the diagnostic tooltip in nested project definition.
Changes:
- CodeLens on project lines show no "Project type ..." instead of type only.
- don't longer underline between file name and file extension.
- Make simultaneously warnings from file name and file extension more clear.
- Internal: reduce diagnostic loops.