You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if the XML UI contains comments, they will get removed when the code is formatted (Ctrl+Shift+Return or Run).
This is quite annoying as the user might have spent time writing those comments, and they will get deleted. Fortunately it's possible to "undo" the formatting.
Right now, if the XML
UI
contains comments, they will get removed when the code is formatted (Ctrl+Shift+Return orRun
).This is quite annoying as the user might have spent time writing those comments, and they will get deleted. Fortunately it's possible to "undo" the formatting.
Let's support XML comments - for that we need
format
function to use and append commentsThe text was updated successfully, but these errors were encountered: