-->
Page 1 of 1

NodeMCU development in Visual Studio Code

PostPosted: Wed Jul 06, 2016 11:05 am
by fduman
Hi,

I've been developing a Visual Studio Code extension for NodeMCU. I've just released the first version today.

In this version, It's supporting some intellisense and lua error detection (linter) and lua file optimization. Also, It can upload lua file to NodeMCU hardware.

I want to improve the intellisense support with documentation in future.

Currently I'm using it on my Mac and don't tried it on Windows.

If you are interested and want to suggest something or report a bug, please feel free to write on https://github.com/fduman/vscode-nodemcu/issues

You can find the extension on https://marketplace.visualstudio.com/it ... de-nodemcu

Thanks.

Re: NodeMCU development in Visual Studio Code

PostPosted: Thu Jul 07, 2016 2:54 pm
by William Ockham
Excellent! I've been using VS Code for my NodeMCU development work and was hoping someone would do this.

I've installed this and will be checking it out (on Windows 10). I will let you know if I find any issues.