knoxfighter / intellij-factorio-autocompletion

Autocompletion for the Factorio-API within Jetbrains IDEs
MIT License
17 stars 5 forks source link

__ModName__ in require #9

Open DedlySpyder opened 3 years ago

DedlySpyder commented 3 years ago

Factorio allows for using the __ModName__/file syntax to reference files in other mods, but Lua has no idea of this concept. Do you have any desire to add support for this? It's not really an "autocomplete" thing, so I understand if it's outside the scope of this plugin.