Full names for modules with backticks are incorrectly displayed
Open
Area-LangService-ToolTips
Feature Improvement
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
Yet another backtick issue.
```fsharp
module ``Thing with space`` =
let x = 1
```
In this case module name is displayed without backticks:

This is acceptable, but it's worse for the module members:

This should be addressed by further cleanup in display names x logical names.
Contributor guide
Assessment
This issue has not been assessed yet.