Search found 1 match

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

Re: Intellisense

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 .py...