Visual Studio : When defining names in pattern matching auto completion should not be triggered.
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
When binding values to names in pattern matching autocompletion gets triggered but should not.
•in this case autocompletion is not desired:

(update: DU and Enums are an exception to that as mentioned by @rojepp below)
---
•nor is autocompletion desired in this case:

---
•however when matching on types autocompletion might be desired:

---
As expected, autocompletion is not triggerd when binding a values to name with `let` or `fun `.
Microsoft Visual Studio Community 2017
Version 15.8.2
VisualStudio.15.Release/15.8.2+28010.2016
Microsoft .NET Framework
Version 4.7.03062
Visual F# Tools 10.2 for F# 4.5 15.8.0.0. Commit Hash: c55dd2c3d618eb93a8d16e503947342b1fa93556.
Microsoft Visual F# Tools 10.2 for F# 4.5
Contributor guide
Assessment
This issue has not been assessed yet.