Closed PiyushSaini07 closed 1 year ago
Hi,
this is a bug. Looks like the behaviour of stubgen changed. We will fix it.
The bugfix is now released with 1.5.1
pip install --upgrade skillbridge
will update to the latest version.
After updating, its working. Thanks!
Closing the issue.
Hi,
I followed the doc for autocompletion feature for SKILL functions. I'm using vscode for coding.
As soon as I did that I lost autocompletion even for Workspace import in
from skillbridge import Workspace
.Also, I'm not getting any autocomplete prompt for the SKILL functions.
Is the autocomplete feature available only for pyCharm?
P.S.: Running
skillbridge generate
generated a file workspace.pyi in the client directory. Content: I'm using python 3.6.8.