christoffer / pycharm-pyxl

IntelliJ Pyxl Extensions
MIT License
21 stars 3 forks source link

missing support for python "with foo as bar" and "with foo, bar" #15

Closed nilsbunger closed 9 years ago

bspkrs commented 10 years ago

I second this... just ran into this using Python 2.7.8 in PyCharm 3.4.1 with Pyxl Support 1.0-beta-2.

The inspection is saying "Colon expected" with the "as bar:" bit of code underlined.