/autocomplete-ygoproapi

An Atom autocomplete package covering YGOPro scripting API

Primary LanguageJavaScriptOtherNOASSERTION

EDOPro API Autocomplete extension for Atom

This is an autocomplete extension for Atom that covers the scripting API of the bleeding-edge YGOPro client fork, EDOPro.

Features

  • Autocompletes constants, class names and methods.
  • Autocompletes card callbacks (condition, cost, target, operation, etc).
  • Provides description for each constant, method, callback, etc.
  • Adapts method calls for . and :.
  • Infers type from method return types, callback signatures and identifier name.
  • Automatic database updates.

Autocompletion demo

You can search for callbacks by their usage. When defining a function, type $ as the first character, then write an EFFECT_ constant (or similar) to find callbacks used by those effect types/codes.

Autocompletion by usage demo