KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.44k stars 191 forks source link

Insert a space after clicking a node kind link #507

Closed ltrzesniewski closed 3 years ago

ltrzesniewski commented 3 years ago

This lets the user type the desired value immediately after clicking on one of those links, without having to add a space first:

image

e.g. clicking on $task will insert $task | instead of $task|, where | is the cursor.

This also reformats the text in the Avalonia version.