Skip to content

Commit

Permalink
prepare v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasSekan committed Jan 21, 2021
1 parent cb2f064 commit bf4c3d1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## Next version

## [1.6.0]

New:

* #46 - Highlight all occurrences of a symbol in a document (for GUIDs)
Expand Down
54 changes: 26 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,21 @@

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

## New in 1.5.0
## New in 1.6.0

New:

* CodeLens - Open project file and project folder from CodeLens on project lines.
* Show Error
* When files paths in `ProjectSection(SolutionItems)` was not found.
* When a configurations under `GlobalSection(ProjectConfigurationPlatforms)` is not defined.
* They must defined in `GlobalSection(SolutionConfiguration)`
* #38 - Show Breadcrumbs
* #38 - Show all symbol definitions within a document (via `Ctrl+P` + `@`)
* #42 - Goto to definition + Peek definition
* #50 - Goto to implementation + Peek implementation + Find all implementation
* #48 - Goto to reference + Peek reference + Find all reference
* #46 - Highlight all occurrences of a symbol in a document (for GUIDs)
* #51 - File link support (`Ctrl+Click` to open)

Improvements:
Remove:

* Show warning when project path have a extension, but it is a solution folder.
* Show more useful warning message for more times nested projects.

Changes:

* Found project GUIDs in lower case are now a info instead of an error.
* Rename `Project type` to `Type` to save space in CodeLens line on projects
* Remove leftover from vsCode beginners extension example

Fixes:

* Show warning for all lines with more times nested projects.
* Project path that start with a ".." have no syntax highlight.
* Don't longer show file (+action) in CodeLens, replaced by file link support

## Picture

Expand All @@ -36,14 +26,14 @@ _Color Theme: Dark+ (default dark)_
## Features

* Syntax highlight
* Code completion
* Project GUIDs and Project type GUIDs
* Module and snippets
* Keywords and Properties
* Values and constant
* CodeLens
* Project lines: Type | (Open) Folder | (Open) File | Nested in "..."
* For all used project GUIDs with action to jump to project line
* Navigation
* Breadcrumbs
* Goto to definition + Peek definition
* Goto to implementation + Peek implementation + Find all implementation
* Goto to reference + Peek reference + Find all reference
* Symbol definition (`Ctrl+P` + `@`)
* Highlight all occurrences of a GUID
* File link support (`Ctrl+Click`)
* Diagnostic
* Show error for GUIDs that are not project GUIDs
* Show error for files that was not found
Expand All @@ -61,6 +51,14 @@ _Color Theme: Dark+ (default dark)_
* For `Project`, `EndProject`, `ProjectSection`, `EndProjectSection`
* And `Global`, `EndGlobal`, `GlobalSection`, `EndGlobalSection`
* Show info for solution folders, when name is used by another projects.
* Code completion
* Project GUIDs and Project type GUIDs
* Module and snippets
* Keywords and Properties
* Values and constant
* CodeLens
* Project lines: Type | (Open) Folder | Nested in "..."
* For all used project GUIDs with action to jump to project line
* Hover
* For the first four lines (version)
* For keyword `Project`
Expand Down
Binary file modified docs/readme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bf4c3d1

Please sign in to comment.