vscode-lsdyna
vscode-lsdyna copied to clipboard
Syntax Highlighting and Snippets for LS-Dyna Deck Generation in VS Code
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.ipynbscript 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