mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
228 stars 26 forks source link

`.` commits completion when items contain `.` #128

Closed KirillOsenkov closed 9 months ago

KirillOsenkov commented 1 year ago

For completion for target frameworks, if I type net6. it completes to net6.0.

I think completion shouldn't commit with . in this situation?

KirillOsenkov commented 9 months ago

Pressing . here will commit to 13.0.3., I'd expect it shouldn't commit:

image

KirillOsenkov commented 9 months ago

duplicate of #29