Plug ins
Answered
I am using pycharm community edition.I used to do django2.1 on it.Suddenly my pycharm has stopped giving me suggestions to various variables and default functions.In many cases it does not give any suggestion .I have downloaded additional plug-ins but issue remains the same.
Expecting a fast and proper solution
Please sign in to leave a comment.
Hi Deepanshusaini81,
Thank you for contacting PyCharm support.
Please check code completion (Settings/Preferences | Editor | General | Code Completion). Is it enabled?
Please upload your logs folder zipped after reproducing the problem to https://uploads.services.jetbrains.com/ and provide us the name of zip file.
Kind regards,
Sergey
Code completion in pycharm is enabled already.But still it is not showing me the suggestions.Where can i get the logs folder you are talking about.
Currently i am using ubuntu 18 version
Sorry, should have mentioned that before. You can go to `Help | Show Log in...` in the top menu bar after reproducing the problem.
Also, PyCharm Community edition is officially doesn't support Django. See https://www.jetbrains.com/pycharm/features/editions_comparison_matrix.html
I have uploaded my log as upload.zip.Take a look if everything is default or you might find some error.I still things there must be some settings changed in my pycharm....Earlier it was working so fine
Thanks, I got it!
Unfortunately, I cannot see anything that points to the problem.
Example showing that certain code completion has been working and doesn't work now would help, but without it we cannot locate the problem. Because PyCharm Community has some basic code completion for Django, but it is not expected to be working like in Professional edition.
Earlier it used to work as
But now problem arises as
I thought this would help to find the solution.........
In both cases i am using my virtual env .There is no problem of interpreter as welll
Waiting for your reply........
So on the second screenshot (current state) you do not have a python interpreter configured.
What do you mean by "There is no problem of interpreter as well"?
Is it that even if you have a python interpreter configured you still have this problem (if so, please provide a screenshot when you have it configured) or do you mean that previously you didn't have this warning about interpreter and now you have it?