Provide a way to check if FSharpSymbolUse is resolved from id
Open
Area-LangService-AutoComplete
Feature Improvement
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
When getting symbol uses via `GetAllUsesOfAllSymbolsInFile()` there're plenty of uses that were added implicitly or were resolved from syntax construction other than name use.
Examples:
* definition of optional parameter adds uses of OptionalParameterAttribute and its namespaces
* use of indexer property with `.[ ... ]`
May `ItemOccurence` type be extended with these cases?
```fsharp
module ClassLibrary32
type T() =
member x.Opt(?p: int) = ()
```

Contributor guide
Assessment
This issue has not been assessed yet.