-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
77 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Version 0.0.23 | ||
reduce disturbing user | ||
change lua error from vscode.windows to output( view->output) | ||
parsing script when frist time go to definition or show symbol | ||
parsing script when save document | ||
|
||
Version 0.0.22 | ||
fixed some error | ||
restore find 'self' on anonymous function | ||
|
||
Version 0.0.19 | ||
Supports multiple lua paths | ||
skip find 'self' on anonymous function (temporary) | ||
|
||
Version 0.0.18 | ||
show lua script error to vscode.windows | ||
|
||
Version 0.0.17 | ||
only parsing script when go to definition or show symbol | ||
|
||
Version 0.0.16 | ||
fixed bugs | ||
add config for lua version to solve lua4.x parsing | ||
|
||
Version 0.0.13 | ||
fixed bug:open more than one files sometime goto definition fail | ||
Goto Definition support some variable | ||
search path modify to ?, ?.lua, $luapath/?,$luapath/?.lua, $workspaceroot/?, $workspaceroot/?.lua | ||
|
||
Version 0.0.11 | ||
fixed bug: can't go to definition by if else body | ||
support custom define include keyword | ||
add search path | ||
|
||
Version 0.0.8 | ||
support find definition from luapath |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "support go to defintion and List Document Symbols.", | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"publisher": "xxxg0001", | ||
"engines": { | ||
"vscode": "^1.4.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters