christoffer / pycharm-pyxl

IntelliJ Pyxl Extensions
MIT License
21 stars 3 forks source link

Generator expressions support #27

Open ashtuchkin opened 7 years ago

ashtuchkin commented 7 years ago

Currently generator expressions looks to be unsupported: image

image

But it works fine if we convert it to list: image

Code in question:

tag = (<ul>
    {render_item(n) for n in items}
</ul>)

PyCharm 2017.2.1