# VisualCode 2 — Visual Lua Editor

> Mobile Lua editor and runner with syntax highlighting. (iPhone/iPad app by ShenZhen Yuyue Technology Co., Ltd..)

- Source: https://appshunter.io/ios/app/visualcode-2/id1537753641 (this page in markdown: same URL + `.md`)
- Developer: [ShenZhen Yuyue Technology Co., Ltd.](https://appshunter.io/developer/1212727401)
- Category: Lifestyle, Productivity
- Price: Free (on sale, was $1.99)
- Age rating: 4+
- Requires: iOS 15.0 · 66 MB
- Languages: English
- Released: 2021-01-19
- Data updated: 2026-07-31
- Monetization: paid
- User reviews in markdown: https://appshunter.io/ios/app/visualcode-2/id1537753641/reviews.md

## What is VisualCode 2?

VisualCode is Lua Editor for iOS. This app is very usefull to edit lua script, and run lua code immediately.

Feature
√ Support Lua code highlight
√ Support run lua code immediately
√ It is very usefull to run some code on mobile phone

Lua Config:
lua 5.4.4
luasocket 3.1.0
LuaSec  1.2.0
json-lua 0.1-4
Lua-cURLv3

Lua-cURLv3 example

local curl = require("cURL")
local json = require("JSON")

local PATH = PATH or ".."
local SSL_CERT_FILE = SSL_CERT_FILE or "/usr/local/share/cacert.pem"

-- HTTP Post
curl.easy()
 :setopt_url('https://httpbin.org/post')
 :setopt_writefunction(
   function(str)
     print(str)
     local decode = json:decode(str )
     print(decode)
   end
)
 :setopt_httppost(curl.form() -- Lua-cURL guarantee that form will be alive
   :add_content("test_content", "some data", {
     "MyHeader: SomeValue"
   })
 )
 :setopt{
   use_ssl       = curl.USESSL_ALL,
   cainfo        = SSL_CERT_FILE,
 }
 :perform()
:close()

## Key features

- Lua code highlighting
- Immediate Lua code execution
- Mobile script editing
- Supports Lua 5.4.4
- Includes luasocket and LuaSec

## Recent user reviews (1 of 1)

All indexed reviews: https://appshunter.io/ios/app/visualcode-2/id1537753641/reviews.md

### 3/5 — When i ruin it it doesnt do anything

*2023-05-26*

When i run the script i wrote it doesnt do anything nor tell me whats wrong can u fix that

## Frequently asked questions about VisualCode 2

### What is VisualCode 2?

VisualCode 2 is a mobile application designed for editing and running Lua scripts. It provides features like Lua code highlighting and immediate execution directly on your iOS device.

### What Lua versions and libraries does VisualCode 2 support?

VisualCode 2 supports Lua version 5.4.4 and includes libraries such as luasocket 3.1.0, LuaSec 1.2.0, json-lua 0.1-4, and Lua-cURLv3.

### How much does VisualCode 2 cost?

VisualCode 2 is a paid application, priced at $2.99. It does not feature in-app purchases or advertisements.

### What devices is VisualCode 2 compatible with?

VisualCode 2 is designed for iOS devices, specifically supporting iPhone and iPod. It is rated for ages 4 and up.

### How often is VisualCode 2 updated?

The latest version of VisualCode 2 is 1.2.21, which was last updated on January 29, 2026. This indicates a recent update, though the exact update frequency is not specified.

### Does VisualCode 2 have ads?

No, VisualCode 2 does not contain advertisements. It is a paid app with no in-app purchases or ads.

### What is the user rating for VisualCode 2?

VisualCode 2 has a rating of 3.0 stars based on one review. This suggests limited user feedback is currently available.

## Version history (last 5 releases)

### 1.2.61 — 2026-06-10

This update contains with fix bug

### 1.2.21 — 2026-01-29

This update contains with support ios 26

### 1.2.19 — 2025-09-03

This update contains bug fixed

### 1.2.16 — 2025-08-23

This update contains bug fixed

### 1.2.13 — 2025-08-22

This update contains bug fixed

## Apps similar to VisualCode 2

| App | Rating | Price | Category |
| --- | --- | --- | --- |
| [Remember - Notes and Trackers](https://appshunter.io/ios/app/remember-notes-and-trackers/id6572284036) | — | Free | Lifestyle |
| [ItemsX](https://appshunter.io/ios/app/itemsx/id6464033340) | — | $2.99 | Lifestyle |
| [HueFlow](https://appshunter.io/ios/app/hueflow/id6749193871) | 5.0 (1) | $3.99 | Lifestyle |
| [Godly Mingle](https://appshunter.io/ios/app/godly-mingle/id6476972336) | — | Free | Lifestyle |
| [Pi-Anniversary](https://appshunter.io/ios/app/pi-anniversary/id566743904) | 5.0 (2) | Free | Lifestyle |
| [MoE Card App](https://appshunter.io/ios/app/moe-card-app/id6739968751) | — | Free | Lifestyle |

## More apps by ShenZhen Yuyue Technology Co., Ltd.

- [Pass 2](https://appshunter.io/ios/app/pass-2/id1212727402)
- [Fugu 2](https://appshunter.io/ios/app/fugu-2/id1215255916)
- [Fennec 2](https://appshunter.io/ios/app/fennec-2/id1235008649)
- [iSSH 2](https://appshunter.io/ios/app/issh-2/id1254742822)
- [Viewer 2](https://appshunter.io/ios/app/viewer-2/id1344626273)
- [少儿英语启蒙 2](https://appshunter.io/ios/app/2/id1437043436)

All apps by ShenZhen Yuyue Technology Co., Ltd.: https://appshunter.io/developer/1212727401

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-07-31.*
