Open namespace issues
See original GitHub issueFew issues I’ve come across repeatedly:
- Rider sometimes adds the open above the first line (above namespace/module), not sure why
- Rider cannot deal very well with multiple namespaces in the same file, it gets confused where to put the open causing the open to have no effect on the code you’re writing.
- Rider does not take
AutoOpen
into account when it opens from a function suggestion, causing the auto opened module to be added unnecessarily into the completion too.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Troubleshoot DFSN access failures - Windows Server
This article provides a solution to solve Distributed File System Namespace (DFSN) access failures. Applies to: Windows 10 - all editions, ...
Read more >DFS namespace problem - Windows Server
I've been using DFS namespace and replication for file sharing on 2 servers in a small office for years with no problems until...
Read more >Long pause when accessing DFS namespace
Some more detail on the problem: The namespace access delay is generally 1 - 10 seconds long and seems to occur when a...
Read more >DFS namespace issue with Office applications, My ...
So I'm in the process of changing the folder redirection to point to server name instead of DFS. the symptom is when they...
Read more >How do I fix a "type or namespace name could not be ...
In my case, the problem originated from renaming the folder. Even though I updated the namespace of all the classes inside that folder,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@NinoFloris Yes, this case wasn’t implemented yet. Thanks for repro!
So quick fix ignores the parent class and imports just the namespace which is wrong in its own way without symbol fixup at the import site, while code completion tries to import the parent class like I said.
it’s super simple