Pycharm: Code completion not giving recommendations

后端 未结 5 2033
攒了一身酷
攒了一身酷 2020-12-01 09:56

Say I\'m working with the \'requests\' python library.

req = requests.get(\"http://google.com\")

Now after this, if I type req.

5条回答
  •  攒了一身酷
    2020-12-01 10:12

    It's an old question but probably all the provided answers missed the mark by a margin as wide as Sun's distance to Betelgeuse (none of the answers is accepted and @user1265125 is an active guy with 8 yrs here and more cred than me).

    As it happens, I've just had exactly the same problem as OP and the solution was:

    A NON-ASCII CHAR SOMEWHERE IN THE PROJECT'S FOLDER PATH

    Seriously, PyCharm devs...[doubleFacepalm]

提交回复
热议问题