Code Monkey home page Code Monkey logo

oxce-yaml-helper's Introduction

OpenXcom Ruleset Linker

Welcome to the OpenXcom (Extended) Ruleset Linker. This extension aims to turn Visual Studio code into a ruleset modding IDE!

  • Go to definition for most things in OXC(E) rulesets (and FtA). This allows you to jump directly to the definition of most string ids.
  • Y-script syntax highlighting. Pretty self-explanatory, nice colours for y-script!
  • CSV editor. Allows to export rulesets to .csv files, edit them as spreadsheets, and import the changes back into the rulesets
  • Context aware autocomplete. Adds additional autocomplete features; only suggests appropriate things, and works across files!
  • Translation Hover. This means hovering over a string, for example STR_FOOBAR, will show the related translation for it, if existing
  • Reference checking for most things in OXC(E) rulesets. This means the extension will tell you if you've mistyped a string ID or sprite ID, or referred to one that does not exist. This saves a lot of time to test a mod only to have it crash because something is wrong.
  • Documentation Hover (currently for most but not all properties). This means hovering over a property, for example requiresBuy, will show the documentation for it. This saves some trips to the wiki! Disableable in settings.
  • Image preview for sprites and images (through Image Preview Extension).
  • Duplicate definition checking for most things in OXC(E) rulesets. This means that if you have a unit with the same name defined twice for example, it will tell you about it. This is disabled by default and can be enabled in the extension settings.
  • Missing translation checking. Tells you which STR_ items you don't have a translation for yet.

How to install VScode and this extension

Please see this walkthrough guide!

How to use it

Definitions

Go to any (supported) type, for example STR_FOOBAR. If it is defined anywhere else, you should be able to jump directly to its definition by CTRL+clicking on it. Or by right-clicking it and clicking 'Go to definition', or by clicking it and pressing F12.

Go To Definition Example

Y-script syntax highlighting

Any .rul file that has y-script in them, should have them automatically highlighted. You should not have to do anything to get this to work.

Syntax highlighting

CSV editor

In the file list, right-click on the .rul file you'd like to edit as a spreadsheet. Then click on OpenXcom IDE - Edit as CSV. Make any changes you'd like in the built-in spreadsheet editor (don't forget to save your changes in the editor) or use an external one. When finished, right click the .csv file, click on OpenXcom IDE - Import to rul to import your changes back into the .rul file.

CSV editor

Context aware autocomplete

Go to where you would like to insert a reference to another rule, then type CTRL+space. This will you show you approppriate suggestions; for example when adding an item to requiresBuy in items, it will only show research rules. It will also work across files, making life easier.

Context aware autocomplete

Reference checking

To use this, open the 'Problems' view. You can open this from the 'View' menu, then clicking 'Problems'. Any problems that the extension detects will be automatically be shown here. Everytime you save a file, the view will be updated.

Reference Checking Example

Translation Hover

Go to any translation string, for example STR_FOOBAR and hover your mouse on it. If a translation exists for the current locale, it will be shown. The default locale is en-US, this can be changed in your settings (CTRL+comma, then type oxc linker to find settings)

Translation Hover Example

Documentation Hover

Go to any ruleset property, for example requiresBuy and hover your mouse on it. If documentation exists for it, it will be shown. If you find this annoying, you can disable it in your settings (CTRL+comma, then type oxc linker to find settings)

Documentation Hover Example

Image preview

Hover over any image reference to get an image preview.

Image Preview Example

Duplicate definition checking

To use this, first enable it in settings. Press CTRL+comma and copy&paste this in the search box: findDuplicateDefinitions. Or navigate to it manually. Then enable the setting.
Then open the 'Problems' view. You can open this from the 'View' menu, then clicking 'Problems'.
Any duplicate definitions should then be shown in the problems view.

Duplicate Definition Example

Missing translation checking

This automatically marks STR_ items you don't have a translations for yet. It can be disabled in the settings. It uses the translationLocale to determine which language to check in.

Credits

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.