dbaumgarten / yodk

Development Kit for Starbase's ingame programming language YOLOL
MIT License
57 stars 16 forks source link

Implement Auto-Type in Ship Design Workshop #90

Closed LTNightshade closed 2 years ago

LTNightshade commented 2 years ago

Implement Auto-Type in Ship Design Workshop, please.

Auto-Typing is only working in normal Game, and not in SDW.

dbaumgarten commented 2 years ago

Auto-Type is working fine in the ship-designer. But because Starbase is a little weird you have to add to the hotkey inside the designer. (Instead of for example Strg+I, press Strg+Alt+I). See here: https://dbaumgarten.github.io/yodk/#/vscode-instructions?id=auto-typing-into-starbase

LTNightshade commented 2 years ago

Thanks