Skip to content

Commit 1f89d4d

Browse files
committed
Add Current Feature List
1 parent e029bee commit 1f89d4d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ An x64 NuGet Package is provided.
1515
Install-Package Monaco.Editor
1616
```
1717

18+
Look at the TestApp for current usage.
19+
20+
Current Features
21+
----------------
22+
- Two-way Text Binding for Code Content Setting and Retrieval
23+
- CodeLanguage property to set initial syntax highlighting (must be set in XAML declaration).
24+
- Support for *await new Monaco.LanguagesHelper(Editor).GetLanguagesAsync()* call to retrieve supported languages, use **Id** field in property above.
25+
- Theme Aware: Control automatically picks theme based on system/app light/dark theme and high contrast settings.
26+
1827
Build Notes
1928
-----------
2029
Built using Visual Studio 2017 for Windows 10 14393 and above.

0 commit comments

Comments
 (0)