Pycharm: Code completion not giving recommendations

后端 未结 5 2044
攒了一身酷
攒了一身酷 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:33

    if will just detect methods or variables and... with write some part of it: File->Setting -> Editor -> General -> Code Completion in top of opened window , unCheck [ Mach Case ]

提交回复
热议问题