Defined to be the visible content range in the editor. (Open question: Include partially visible lines?)
The main use case is with from. That would help in the case in which there are matching identifiers far away in the file that I don't care about. You can approximate visible using other scopes, but visible is a very simple scope to say and to reason about.
Sample usage: from visible take every instance air
Filed for discussion. If there's interest, I might attempt to implement this myself.
Defined to be the visible content range in the editor. (Open question: Include partially visible lines?)
The main use case is with
from. That would help in the case in which there are matching identifiers far away in the file that I don't care about. You can approximatevisibleusing other scopes, butvisibleis a very simple scope to say and to reason about.Sample usage:
from visible take every instance airFiled for discussion. If there's interest, I might attempt to implement this myself.