Tool chain for development

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Tool chain for development

Re: Tool chain for development

by drakinite » Sat Aug 14, 2021 2:44 pm

Personally, I would recommend using Visual Studio Code. It's a great and flexible IDE, and I especially find its global search very useful in MM5 addon development. If I don't know what piece of code is responsible for a piece of dialog, for example, I'll search for that string in VS Code, which will search the contents of all the files and show you every instance where that string is used.

Additionally, a tool I created called pack-mmip is pretty handy to quickly pack and test addons, which is available here: viewtopic.php?f=27&t=97536

And lastly, you can find several tips and tricks in the Developer API pinned post here. viewtopic.php?f=27&t=81285

Re: Tool chain for development

by Peke » Thu Aug 12, 2021 6:05 pm

Hi,
As MM is JS/HTML/CSS3/LESS based and DB calls are SQLite based you can use any tool you usually use with those.

Tool chain for development

by Zonky » Sun Aug 08, 2021 1:50 pm

Hi!

What are the recommended tools to develop addons for MM5?

Michael

Top