Skip to content

Releases: TobiasSekan/SolutionExtension

Version 1.1.0

12 Jan 13:59
Compare
Choose a tag to compare

New:

  • #4 - Code completion for Snippet and modules
  • #5 - Code completion for values
  • #6 - Code completion for used project GUIDs
  • #7 - Code completion for keywords
  • #8 - Code completion for properties

Fixes:

  • Fix crash on lines with incomplete project information

Version 1.0.3

12 Jan 03:34
Compare
Choose a tag to compare

Fixes:

  • More fixes for file trigger was not set to *.sln files.
  • Remove not working changlog.md link in redme.md (vsCode and marketplace)

Version 1.0.2

12 Jan 03:32
Compare
Choose a tag to compare

Fixes:

  • Fix file trigger was not set to *.sln files.
  • Fix not wrong link to changlog.md in readme.md

Version 1.0.1

12 Jan 03:31
Compare
Choose a tag to compare

Fixes:

  • Fix not wrong picture link in readme.md
  • Add VSIX to .gitignore

Version 1.0.0

12 Jan 03:31
Compare
Choose a tag to compare

New:

  • Syntax highlight
  • Hover
    • For the first four lines (version)
    • For keyword Project
  • Diagnostic
    • Show error for GUIDs that are not project GUIDs
    • Show warning for GUIDs that are used several times in "Nested Project" declaration
  • CodeLens
    • For project type (GUIDs)
    • For ProjectSection (ProjectDependencies)
    • For GlobalSelection (ProjectConfigurationPlatforms and NestedProjects)