dotnet / dotnet/fsharp

Full names for modules with backticks are incorrectly displayed

Open
#13,613 0 comments 0 reactions 0 assignees View on GitHub
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:
![image](https://user-images.githubusercontent.com/5451366/182352368-bc68f90d-85cb-48df-a134-e87f327451bd.png)
This is acceptable, but it's worse for the module members:
![image](https://user-images.githubusercontent.com/5451366/182352463-ff1bec3d-b281-411a-a424-ab7c687588a5.png)

This should be addressed by further cleanup in display names x logical names.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.