Search found 1 match

by alaalawi
Tue Oct 04, 2022 3:03 am
Forum: OpenSeesPy
Topic: Intellisense
Replies: 3
Views: 3290

Re: Intellisense

AsongHu wrote: Sun Sep 25, 2022 6:37 pm I had the same problem and here are some solutions:
1. Using PyCharm instead of Visual Studio Code is the most convenient way to solve the problem.
2. Another way is to change VSC's Python language serves from Pylance to Jedi.
3. The last way is to generate a .pyi file of OpenSeesPy and put the .pyi file together with opensees.pyd. You can find more details about generating .pyi files here https://stackoverflow.com/questions/356 ... omatically.
Your solution was very complete
thank you very mush