Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasSekan committed Jan 14, 2021
1 parent 28d603d commit 86799a5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ All notable changes to the "SolutionExtension" extension will be documented in t

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## NEXT [1.3.0]
## Finished -> Upcoming next


## [1.3.0]

New:

Expand All @@ -18,7 +21,7 @@ New:
* VB.NET SDK-style (`{778DAE3C-4631-46EA-AA77-85C1314464D9}`)
* Shared Project SDK-style (`{D954291E-2A0B-460D-934E-DC6B0785DB48}`)

Remove:
Remove:

* not correct working project type syntax highlight

Expand Down
29 changes: 19 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

vsCode extension for Visual Studio solution files (*.sln)

## New in [1.2.0]

* New: Clink on CodeLens of a project GUID jump to project line.
* New: Code completion for project types
* New: Code completion for keywords `SolutionNotes` and `ExtensibilityAddIns`
* New: Code completion for values `preSolution` and `postSolution`
* New: Code completion for property `RESX_SortFileContentOnSave`
* Changed: Show project names instead of project GUIDs in the completion list
## New in 1.3.0

* Show error for project files that was not found
* Show waring for project filename that differ from project name
* Show waring for project folders that differ from project name
* Show waring for project file extension that differ from project type
* Currently for `.csproj`, `.vcxproj`, `.vbproj` and `.shproj`
* Code completion for values `Debug|x86` and `Release|x86`
* CodeLens and code completion for project types
* VB.NET SDK-style (`{778DAE3C-4631-46EA-AA77-85C1314464D9}`)
* Shared Project SDK-style (`{D954291E-2A0B-460D-934E-DC6B0785DB48}`)
* Remove: not correct working project type syntax highlight

## Picture

Expand All @@ -29,10 +33,15 @@ _Color Theme: Dark+ (default dark)_
* 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
* Show error for project files that was not found
* Show warning for GUIDs that are used several times in `Nested Project` declaration
* Show warning for project filename that differ from project name
* Show warning for project folders that differ from project name
* Show warning for project file extension that differ from project type
* Currently for `.csproj`, `.vcxproj`, `.vbproj` and `.shproj`
* CodeLens
* For project type GUIDs
* For project GUIDs with jump to project line action
* For project GUIDs with action jump to project line

## Known Issues

Expand Down

0 comments on commit 86799a5

Please sign in to comment.