Skip to content
Furkan Duman edited this page Jul 8, 2016 · 2 revisions

Intellisense

Intellisense support hasn't completed yet. All NodeMCU Lua modules added but it supports some NodeMCU modules method's. It will be better in the future.

Error detection

Extension uses luaparse module. It has one minor problem that can only show first error in lua document.

Uploading lua code to NodeMCU

Only tried in OS X. There may be some problems in other OSes. Extension try to find your NodeMCU hardware connected on your PC. If multiple NodeMCU hardwares connected on your PC it can connect to first one.

Then your lua file optimizes. Comments and spaces deletes. Extension can upload the active lua document only.

Command Upload

Clone this wiki locally