Home > other >  luaide
luaide

Time:09-23

LuaIde


Introduction of LuaIde
LuaIde is a based on

The visual studio code (hereinafter referred to as VSCode) Lua integrated development environment

Demo

Installation:

1. Install vscode

2. Install from luaide plug-in



Reload luaide click search plug-in installed installation is completed after the plugin has been launched,



3. Use luaide

The lua folder into vscode window to







4. Code hinting enable luaide after the plugin will automatically search all lua file name is analyzed in the folder you need to do is write code of

5. Save folder to check whether there is an error and the error in the error list click quick positioning to errors location





To find out the CTRL + shift + o 6.





7. To define





Key points:

1. Luaide is a free lua plug-in,

2. The Windows and MAC can

3. It will continue to update

Version: the current version for hundreds

The next version: 0.0.3 updated content

* 0.0.3
* 1. Optimize the code prompt
* 2. To remove the duplicate code hinting option value to retain a
* 3. Code hinting mechanism to modify the module name to find more case-insensitive
* 4. Optimize the self suggests corresponding module
* 5 optimization defined as far as possible the definition of finding the right note this is just a matching mechanism is not 100% correct
* 5.1. Turn to the module will turn to the first module method definitions place
* 5.2. Turn to method will turn to the specific methods to define if there are multiple method name, the same method will get the first
* 5.3. Turn to the self. The f1, f2 if f1 with a module name is the same to the module or looking for code for the first time in the presence of
* 6. Case conversion -- -- & gt;
* 6.1 capital CTRL + L U
* 6.2 lowercase L
CTRL + L* 7. Optimization function Symbol CTRL + shift + o to more clearly display the function of fall within the scope of which block of code, and the function code
* 8. The module quickly create method - & gt; CTRL + L M
* 8. The extraction method, & gt; Unfinished CTRL + R M
  • Related