Skip to content

Intellisense for PyMAPDL #683

Answered by akaszynski
marj44 asked this question in Q&A
Oct 29, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Played around with this, and the biggest issue is we're unclear about which object we're returning from launch_mapdl. In fact, if you simply run:

from ansys.mapdl.core import launch_mapdl, Mapdl
mapdl = launch_mapdl()
other_mapdl.a()

Intellisense and auto completion works:

screencast2.mp4

I'm going to play with the launcher and see if we can return a consistent type and make it easier for intellisense to work.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@akaszynski
Comment options

Answer selected by marj44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants