JetBrains-Research / snakecharm

Plugin for PyCharm / IntelliJ IDEA Platform IDEs which adds support for Snakemake language.
MIT License
61 stars 7 forks source link

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

Closed iromeo closed 2 years ago

iromeo commented 2 years ago

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