Afforess / Factorio-Stdlib

Factorio Standard Library Project
ISC License
162 stars 45 forks source link

Question: Which tool can be used to interpret the code documentation in VSCode #162

Open kuxynator opened 1 year ago

kuxynator commented 1 year ago

If I use this lib in my mod, I don't have any class/function documented. and it is very tedious to search the HTML page or the code for every little tidbit. I use VSCode with the Lua extentions which accepts ---@param, ---@return etc., but not --@tparam --@tparam so which tool/extension can I use?