Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SpaceEngineers HelperNew to Visual Studio Code? Get it now.
SpaceEngineers Helper

SpaceEngineers Helper

ExtensionSE

|
51 installs
| (0) | Free
Simplifies building of new projects for SE, builds code ready to paste in command block. Helps to wordk with SE API out of the box.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

spaceengineers-helper README

Документация на русском

This extension created to make development of Space Engineers(SE) scripts easier.

Features

Every line here have GIF-demonstration thats not seen from VS Code. Go to repository to see all demo GIFs.

  • Creates environment for SE script development:

  • Builds command block files for your programm by seeking for dependencies you used:

  • No more 1000+ lines code files:

  • Use as much decomposition as you need:

Requirements

  • Make sure you have C# extension installed
  • Specify path to your SE folder:

Known Issues

Definitely have some issues. If you found one feel free to contact with me (Gitlab - by creating issue, Discord)

Code analysis is namespace based for now, that means if you used some namespace in your main file ALL content of the namespace you used and all inner dependencies that uses namespace you used will be added to final program.

So, small advice - make more specific and small namespaces to avoid addition classes you dont really need to your output file.

In future it will add only members you actually used, but for now it is how it is.

Release Notes

1.0.1

Fixed:

  • Dependency tree build looping that leaded to huge build time
  • Removed forgotten "Hello world" command

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft