Skip to content

Commit

Permalink
Add new metadata expressions feature to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
tintoy committed Sep 13, 2017
1 parent 544f567 commit 4c4d017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You need .NET Core 2.0.0 or newer installed to use the language service (but you
* _Language service feature:_ Go-to-definition is implemented for both SDK-style and regular project imports.
* Basic syntax highlighting of MSBuild expressions in attribute values.
To see this highlighting, change the editor language from `XML` to `MSBuild`.
* _Language service feature:_ Completions for `$()` property and `@()` item expressions (_experimental_).
* _Language service feature:_ Completions for `$()` property, `@()` item, and `%()` item metadata expressions (_experimental_).
To enable these completions, add the string `expressions` to the `msbuildProjectTools.language.experimentalFeatures` setting, then change the editor language from `XML` to `MSBuild`.

### File extensions
Expand Down

0 comments on commit 4c4d017

Please sign in to comment.