The Code Completion Learn feature on PyCharm CE

I am following the Code Completion example in the Learn feature of PyCharm CE;

PyCharm 2024.1.4 (Community Edition)
Build #PC-241.18034.82, built on June 24, 2024
Runtime version: 17.0.11+1-b1207.24 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 12.7.5
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 8
Metal Rendering is ON
Registry:
 ide.experimental.ui=true
 

and I am following the Basic Completion example as follows which says;

“ default, PyCharm proposes completion for your code instantly. Start typing ‘director’ right where the caret and you will see the completion list with matching suggestions.”

I do as it says and start typing ‘director’. I can see the pop-up with code completion suggestions but after I finish typing ‘director’ nothing else happens. I try typing the return key but PyCharm does not take me to the next step in the example which I can read greyed-out. It just says 'unexpected sample modification Restore.

 

0

请先登录再写评论。