forked from LeenkxTeam/LNXSDK
Update
This commit is contained in:
15
Kha/Tools/windows_x64/std/haxe/macro/DisplayMode.hx
Normal file
15
Kha/Tools/windows_x64/std/haxe/macro/DisplayMode.hx
Normal file
@ -0,0 +1,15 @@
|
||||
package haxe.macro;
|
||||
|
||||
enum DisplayMode {
|
||||
None;
|
||||
Default;
|
||||
Definition;
|
||||
TypeDefinition;
|
||||
Implementation;
|
||||
Package;
|
||||
Hover;
|
||||
References(withDefinition:Bool, findDescendants:Bool, findBase:Bool);
|
||||
ModuleSymbols;
|
||||
WorkspaceSymbols(filter:String);
|
||||
Signature;
|
||||
}
|
||||
Reference in New Issue
Block a user