Search found 1 match

by AsongHu
Sun Sep 25, 2022 6:37 pm
Forum: OpenSeesPy
Topic: Intellisense
Replies: 3
Views: 3150

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