Python - Turtle import issue in IDEA
Answered
I am facing issue with prompting methods of turtle package.
turtle forward, right, left, circle all methods are working fine but IDEA is not prompting those methods. PFB
Do i need to change any settings or do we have any specific issue with python turtle package in IDEA.
Thanks
.
Please sign in to leave a comment.
Hi Maulik,
What happens when you click ctrl+space (or ctrl+double space)?
What is your IDEA version?
Hi Sergey,

I can see a prompt with all methods inside turtle package but some required methods are not showing in IDEA prompt.
I am using 2018.03 version.
1) Please make sure that Show suggestions as you type is checked under Settings/Preferences | Editor | General | Code Completion
>but some required methods are not showing in IDEA prompt.
2) Seems to be related to https://youtrack.jetbrains.com/issue/PY-15893, please check https://youtrack.jetbrains.com/issue/PY-15893#focus=streamItem-27-996329-0-0
Thanks Sergey....
The issue is resolved now ...
2) Seems to be related to https://youtrack.jetbrains.com/issue/PY-15893, please check https://youtrack.jetbrains.com/issue/PY-15893#focus=streamItem-27-996329-0-0