mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
228 stars 26 forks source link

Auto Select Tag when Closing a Tag #241

Open ghost1372 opened 3 months ago

ghost1372 commented 3 months ago

When I want to close a tag, I have to find the desired tag from among the options every time 3

mhutch commented 3 months ago

This should be automatically inserting the closing tag when you type the closing angle brace. It is possible to disable that behavior internally but I don't recall surfacing that option so I'm not sure why it's not working here. However, when auto inserting the closing tag is disabled, it would definitely make sense to auto select the closest closing tag match.