JetBrains-Research / snakecharm

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

Importing rules using github function does not work #522

Open Xewar313 opened 2 months ago

Xewar313 commented 2 months ago

When trying to import code from github (and probably gitlab), snakecharm throws error that there is "unresolved reference 'github'", and does not detect imported rule. image