dotnet / machinelearning-modelbuilder

Simple UI tool to build custom machine learning models.
Creative Commons Attribution 4.0 International
265 stars 56 forks source link

Format code blocks in VS2022 Notebook Editor #1827

Closed basvanharten closed 3 years ago

basvanharten commented 3 years ago

To easily write and read C# code in the VS2022 Notebook editor it should be formatted like in the VS2022 C# Interactive tool.

So instead of image it should be image

This is already part of VS Code and is (in my opinion) a minimal required feature to be viable alternative to the VS Code Notebook editor

zewditu commented 3 years ago

@basvanharten thanks for your feedback we are working on formatting C# code.

JakeRadMSFT commented 3 years ago

Resolved in 0.2.0 Version - Give it a try! (There might be a slight delay before the update is available and working)

https://marketplace.visualstudio.com/items?itemName=MLNET.notebook

JakeRadMSFT commented 3 years ago

Resolving this item. Thanks for reporting!