mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
215 stars 26 forks source link

Prevent period from committing value completion #138

Closed mhutch closed 7 months ago

mhutch commented 7 months ago

Many values may contain periods and simply disabling it on a per-value basis won't work the period may be a match for other items in the list. Instead, prevent period from committing any completion session to which we have added value completions.

Fixes #128 /cc @KirillOsenkov