mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
215 stars 26 forks source link

Task completion inside targets #150

Closed KirillOsenkov closed 7 months ago

KirillOsenkov commented 7 months ago

Should maybe offer all available tasks inside targets:

image

at the very least, maybe some common ones, Message, Exec, Copy, Delete, RemoveDuplicates, etc.

mhutch commented 7 months ago

Oops, broke this by accidentally removing the isAbstract from the Task element :/

mhutch commented 7 months ago

I special cased the Message task's Importance attribute as well so it gets validation and completion, turns out it's strongly typed internally but stringly typed on the task property.