Is it possible to have VS Code recognize the ansys mechanical scripting commands?

I tried giving this a search online, but couldn't find a clear answer. I'm also fairly new to ansys scripting, so I may accidently use terms incorrectly. What I would like to do is be able to edit and format larger mechanical scripts in vs code. Its not necessary, but it would improve quality of life for me.

Currently VS Code will yellow highlight commands like:

model = ExtAPI.DataModel.Project.Model

selection = ExtAPI.SelectionManager.CreateSelectionInfo(SelectionTypeEnum.GeometryEntities)

I understand this is because when I'm external to the workbench mechanical software, vs code has no idea what these commands are undefined so it's flagging this.

Is there anyway to import the library/module into vs code so that the IDE recognizes the commands?

Tagged: