Custom operations from outer computation expression are in the completion list inside nested computation expression
Open
Area-LangService-AutoComplete
Feature Improvement
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
Here `delete`, `deletef` and others are from `scope` CE, but they are shown in the completion list inside `task` CE:

That's because any nested name resolution environment inherits everything from the outer one, recursively.
Contributor guide
Assessment
This issue has not been assessed yet.