Skip to content

Commit

Permalink
Update readme + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasSekan committed Jan 13, 2021
1 parent 2fd09d4 commit 186a433
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## Picture

![picture](https://raw.githubusercontent.com/TobiasSekan/SolutionExtension/main/docs/readme.png)
_Color Theme: Dark+ (default dark)_

Expand All @@ -20,9 +31,8 @@ _Color Theme: Dark+ (default dark)_
* 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`)
* For project type GUIDs
* For project GUIDs with jump to project line action

## Known Issues

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "SolutionExtension",
"description": "Support for Visual Studio Solution Files (*.sln)",
"publisher": "Tobias-Sekan",
"version": "1.1.0",
"version": "1.2.0",
"repository": {
"url": "https://github.com/TobiasSekan/SolutionExtension"
},
Expand Down

0 comments on commit 186a433

Please sign in to comment.