VS Code LS-DYNA extension
Integrates LS-DYNA into VS Code.
This extension integrates LS-DYNA formatting and keyword snippets into VS Code.
Example
Contributing new Keywords
There are a few ways you can go about adding keywords or features:
- Send me an email or message on Github with the desired keyword (and an example).
- Make a pull request:
- Create a fork of the master.
- Add your new keyword(s) under the
keywords/
directory.
- Run the
processing.ipynb
script to process the keywords into VSCode snippet format.
- Create a new pull request to merge your branch into this master.
- After the pull request is accepted
Some References.
vim-lsdyna
DCHartlen's vscode extension