yulihGit / vscode-automod

AutoMod language support vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoMod README

AutoMod language support for VS Code.

(Primarily intended for internal use. Developed during master's thesis as a side project (deprecated))

Features

  • Comment blocks
  • Syntax highlighting
  • Snippets
  • Auto-completion (AutoMod reserved keywords)
  • Generator scripts (Snippets, keywords)
  • CodeMap (outliner/mapper)

*Syntax highlight.

Alt text

Snippets (procedure, subroutine, functions, methods, other examples).

Alt text

Auto-completion (AutoMod reserved keywords)

Alt text

Generate paste-ready snippets from plain AutoMod code. Paste and configure generated .json inside snippet management file.

SnippetBody_Input.asy -> python script -> SnippetBody_Output.json -> paste & configure in automod.json

Requires installation of Python and Code Runner extension.

Alt text

CodeMap for AutoMod. Requires installation of CodeMap extension.

Alt text

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Known Issues

...

Release Notes

0.0.1

Initial release of AutoMod language support for VS Code

0.0.2

Clean up

0.0.3

Added .gif's for readme

Credits

Links

Enjoy!

About

AutoMod language support vscode


Languages

Language:Python 93.4%Language:Visual Basic 4.6%Language:Java 2.0%