Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.9.0] Remove excluded names from completion list & resolve #496

Closed
iromeo opened this issue Aug 1, 2022 · 0 comments
Closed

[7.9.0] Remove excluded names from completion list & resolve #496

iromeo opened this issue Aug 1, 2022 · 0 comments
Assignees
Labels
codeInsight Code completion, resolve

Comments

@iromeo
Copy link
Contributor

iromeo commented Aug 1, 2022

E.g:

use rule * from test exclude b, d

rules.<completion> # should not include variants based on 'b' and 'd' rules

Introduced in snakemake:
7.9.0 (2022-07-19)

Features

  • make it possible to exclude rules that will be imported when using ‘use rule’ statement (#1717) (d9e0611)
@iromeo iromeo added this to the next next major milestone Aug 1, 2022
@iromeo iromeo self-assigned this Aug 1, 2022
@iromeo iromeo added the codeInsight Code completion, resolve label Aug 1, 2022
iromeo added a commit that referenced this issue Aug 2, 2022
…in 'use rule .. from .. exclude ...' 3) remove use rules completion from use body 4) decouple use keywords completion contributor from use rule names contributor 5) rename advancedCollect* and collect* methods 6) add 'exclude' to keywords completion 7) Ignore whitespaces that could occur after `as` in `use` block
@iromeo iromeo modified the milestones: next next major, next release Aug 2, 2022
@iromeo iromeo closed this as completed Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codeInsight Code completion, resolve
Projects
None yet
Development

No branches or pull requests

1 participant