This extension adds code snippets for Ansys APDL input file editing, i.e. it auto-completes APDL commands, which can reduce trips to the documentation significantly.
It is recommended to be used in combination with a syntax highlighting extension such as Emlin.Ansys.
Features
supports all APDL commands as of version 19.1
includes arguments
includes a short description
Demo
Known Issues
larger command blocks such as *if - *elseif - *endif or *do - *enddo are not provided as a full block, but on a single command basis only.
This extension does not offer other features like syntax highlighting. There are other extensions such as that cover this already.