Just head to https://github.com/Delwing/mudlet-docs
I've prepared package of` .lua` files with some basic instruction for VS Code.
Package is extracted directly from predefined pages in Mudlet Wiki. Geyser is not covered atm.
Search found 5 matches
- Wed Nov 04, 2020 7:27 pm
- Forum: General Forum
- Topic: VS Code + Mudlet scripts development
- Replies: 3
- Views: 5185
- Sat Oct 31, 2020 9:13 pm
- Forum: Scripts & Packages
- Topic: Mudlet Map Explorer
- Replies: 17
- Views: 19224
Re: Mudlet Map Explorer
Hey,
Must take a look at commits that diverged from fork moment to maybe incorporate some of them to original
Please refer to topic with up to date version viewtopic.php?f=6&t=22983
Must take a look at commits that diverged from fork moment to maybe incorporate some of them to original

Please refer to topic with up to date version viewtopic.php?f=6&t=22983
- Sat Oct 31, 2020 9:10 pm
- Forum: Scripts & Packages
- Topic: Mudlet Map Browser
- Replies: 0
- Views: 5569
Mudlet Map Browser
Finally did some work and adjusted my (Arkadia scripts specific version) to make it possible to be more generic and actually did set up some CD scripts to automate process, so if you're interested in newest features of package head to https://github.com/Delwing/mudlet-map-browser/releases/latest Scr...
- Thu Oct 29, 2020 5:28 pm
- Forum: General Forum
- Topic: VS Code + Mudlet scripts development
- Replies: 3
- Views: 5185
Re: VS Code + Mudlet scripts development
Little update on the matter, after some Discord discussion. I've mentioned before VS Code Lua extension. You can set Mudlet instalation dir (or in matter of fact any other dir with .lua files inside) as lib directory. While Mudlet running get path: ```lua lfs.currentdir()``` And set this path in set...
- Thu Oct 29, 2020 12:18 pm
- Forum: General Forum
- Topic: VS Code + Mudlet scripts development
- Replies: 3
- Views: 5185
VS Code + Mudlet scripts development
Hey, I've been trying to improve my developer experience while coding scripts for Mudlet. Since my scripts are extracted to .lua files and I keep my .xml content as minimal as possible I can leverage IDE power to do so. I was using (as for my daily work) Intellij Idea, although LUA support there fee...