Are you over 18 and want to see adult content?
More Annotations

A complete backup of hungbareback.tumblr.com
Are you over 18 and want to see adult content?

A complete backup of dingxiang-inc.com
Are you over 18 and want to see adult content?

A complete backup of newhomeprofessional.eu
Are you over 18 and want to see adult content?

A complete backup of iescabana.edu.pe
Are you over 18 and want to see adult content?

A complete backup of sygmanetwork.com
Are you over 18 and want to see adult content?

A complete backup of uksoccershop.com
Are you over 18 and want to see adult content?
Favourite Annotations

A complete backup of www.gossip-tv.gr/showbiz/story/626047/kostas-voytsas-ragizei-kardies-i-martha-karagianni-sto-kalo-kostaki-t
Are you over 18 and want to see adult content?

A complete backup of www.forbes.com/sites/scottmendelson/2020/02/25/invisible-man-review-best-universal-monster-movie-since-mumm
Are you over 18 and want to see adult content?

A complete backup of udn.com/news/story/6809/4381003
Are you over 18 and want to see adult content?

A complete backup of www.bbc.com/news/uk-wales-51637265
Are you over 18 and want to see adult content?

A complete backup of www.silverscreenandroll.com/2020/2/29/21159702/lakers-vs-grizzlies-final-score-recap-ja-morant-lebron-james
Are you over 18 and want to see adult content?
Text
INSTALLATION
Installation. EmmyLua is a plugin for Jetbrains IDE, To use EmmyLua you should have installed Jetbrains IDE (We recommend install IntelliJ IDEA Community ), and then install EmmyLua plugin to your IDE. @TYPE TYPE ANNOTATION Note. Use @type annotation to specify the type of the target variable, to improve completions and other functionality.ANNOTATIONS
These features just help IDE to improve code completions and other functionality. It’s unrelated to Lua’s actual exectuion, since they’re just comments. @class class declaration annotation. @typetype
LIVE TEMPLATES
EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation; Annotations; Live Templates; Postfix CompletionVIA ZIP FILE
Don’t unzip file. Select menu item File -> Settings -> Plugins -> Install plugin from disk. Select the downloaded EmmyLua.zip file, and restart IDEA after installation complete. Close. VIA JETBRAINS PLUGIN REPOSITORY EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation. via JetBrainsPlugin Repository
@GENERIC GENERIC ANNOTATION @generic generic annotation¶. Note. Use @generic to simulate generic in some high-level languages. Full format--@generic T1 TABLE TYPE — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Use table to specify that a variable’s type is a table(a.k.a. dictionary, map) type ARRAY TYPE — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Use MY_TYPE to specify that a variable’s type is an array type. Full format:---@type MY_TYPE @type MY_TYPE @RETURN FUNCTION RETURN TYPE ANNOTATION ---@return Car|Ship local function create () end---Here car_or_ship doesn't need @type annotation, EmmyLua has already inferred the type via "create" function local car_or_ship = create ()INSTALLATION
Installation. EmmyLua is a plugin for Jetbrains IDE, To use EmmyLua you should have installed Jetbrains IDE (We recommend install IntelliJ IDEA Community ), and then install EmmyLua plugin to your IDE. @TYPE TYPE ANNOTATION Note. Use @type annotation to specify the type of the target variable, to improve completions and other functionality.ANNOTATIONS
These features just help IDE to improve code completions and other functionality. It’s unrelated to Lua’s actual exectuion, since they’re just comments. @class class declaration annotation. @typetype
LIVE TEMPLATES
EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation; Annotations; Live Templates; Postfix CompletionVIA ZIP FILE
Don’t unzip file. Select menu item File -> Settings -> Plugins -> Install plugin from disk. Select the downloaded EmmyLua.zip file, and restart IDEA after installation complete. Close. VIA JETBRAINS PLUGIN REPOSITORY EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation. via JetBrainsPlugin Repository
@GENERIC GENERIC ANNOTATION @generic generic annotation¶. Note. Use @generic to simulate generic in some high-level languages. Full format--@generic T1 TABLE TYPE — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Use table to specify that a variable’s type is a table(a.k.a. dictionary, map) type ARRAY TYPE — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Use MY_TYPE to specify that a variable’s type is an array type. Full format:---@type MY_TYPE @type MY_TYPE @RETURN FUNCTION RETURN TYPE ANNOTATION ---@return Car|Ship local function create () end---Here car_or_ship doesn't need @type annotation, EmmyLua has already inferred the type via "create" function local car_or_ship = create () VIA JETBRAINS PLUGIN REPOSITORY EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation. via JetBrainsPlugin Repository
FULL EXAMPLES
Full examples¶. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31---@class Transport @parent class---@public field name string CHANGELOGS — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation; Annotations; Live Templates; Postfix CompletionFUNCTION TYPES
Note. Use fun(param:MY_TYPE):RETURN_TYPE to specify that a variable’s type is a function type TABLE TYPE — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Use table to specify that a variable’s type is a table(a.k.a. dictionary, map) type1.3.2 ( DE2BF54 )
1.3.2 ( de2bf54)¶ Remove attach debugger. Since it blocked by some anti-virus software :-(EmmyLua providers attach debugger feature, which should inject IF — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation; Annotations; Live Templates; Postfix CompletionPOSTFIX COMPLETION
EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation; Annotations; Live Templates; Postfix Completion ARRAY TYPE — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Use MY_TYPE to specify that a variable’s type is an array type. Full format:---@type MY_TYPE @type MY_TYPE VAR — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Introduce variable. Next Previous. © Copyright 2017, tangzx(love.tangzx@qq.com)INSTALLATION
Installation. EmmyLua is a plugin for Jetbrains IDE, To use EmmyLua you should have installed Jetbrains IDE (We recommend install IntelliJ IDEA Community ), and then install EmmyLua plugin to your IDE. @TYPE TYPE ANNOTATION Note. Use @type annotation to specify the type of the target variable, to improve completions and other functionality.ANNOTATIONS
These features just help IDE to improve code completions and other functionality. It’s unrelated to Lua’s actual exectuion, since they’re just comments. @class class declaration annotation. @typetype
LIVE TEMPLATES
EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation; Annotations; Live Templates; Postfix CompletionVIA ZIP FILE
Don’t unzip file. Select menu item File -> Settings -> Plugins -> Install plugin from disk. Select the downloaded EmmyLua.zip file, and restart IDEA after installation complete. Close. VIA JETBRAINS PLUGIN REPOSITORY EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation. via JetBrainsPlugin Repository
@GENERIC GENERIC ANNOTATION @generic generic annotation¶. Note. Use @generic to simulate generic in some high-level languages. Full format--@generic T1 TABLE TYPE — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Use table to specify that a variable’s type is a table(a.k.a. dictionary, map) type ARRAY TYPE — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Use MY_TYPE to specify that a variable’s type is an array type. Full format:---@type MY_TYPE @type MY_TYPE @RETURN FUNCTION RETURN TYPE ANNOTATION ---@return Car|Ship local function create () end---Here car_or_ship doesn't need @type annotation, EmmyLua has already inferred the type via "create" function local car_or_ship = create ()INSTALLATION
Installation. EmmyLua is a plugin for Jetbrains IDE, To use EmmyLua you should have installed Jetbrains IDE (We recommend install IntelliJ IDEA Community ), and then install EmmyLua plugin to your IDE. @TYPE TYPE ANNOTATION Note. Use @type annotation to specify the type of the target variable, to improve completions and other functionality.ANNOTATIONS
These features just help IDE to improve code completions and other functionality. It’s unrelated to Lua’s actual exectuion, since they’re just comments. @class class declaration annotation. @typetype
LIVE TEMPLATES
EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation; Annotations; Live Templates; Postfix CompletionVIA ZIP FILE
Don’t unzip file. Select menu item File -> Settings -> Plugins -> Install plugin from disk. Select the downloaded EmmyLua.zip file, and restart IDEA after installation complete. Close. VIA JETBRAINS PLUGIN REPOSITORY EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation. via JetBrainsPlugin Repository
@GENERIC GENERIC ANNOTATION @generic generic annotation¶. Note. Use @generic to simulate generic in some high-level languages. Full format--@generic T1 TABLE TYPE — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Use table to specify that a variable’s type is a table(a.k.a. dictionary, map) type ARRAY TYPE — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Use MY_TYPE to specify that a variable’s type is an array type. Full format:---@type MY_TYPE @type MY_TYPE @RETURN FUNCTION RETURN TYPE ANNOTATION ---@return Car|Ship local function create () end---Here car_or_ship doesn't need @type annotation, EmmyLua has already inferred the type via "create" function local car_or_ship = create () VIA JETBRAINS PLUGIN REPOSITORY EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation. via JetBrainsPlugin Repository
FULL EXAMPLES
Full examples¶. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31---@class Transport @parent class---@public field name string CHANGELOGS — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation; Annotations; Live Templates; Postfix CompletionFUNCTION TYPES
Note. Use fun(param:MY_TYPE):RETURN_TYPE to specify that a variable’s type is a function type TABLE TYPE — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Use table to specify that a variable’s type is a table(a.k.a. dictionary, map) type1.3.2 ( DE2BF54 )
1.3.2 ( de2bf54)¶ Remove attach debugger. Since it blocked by some anti-virus software :-(EmmyLua providers attach debugger feature, which should inject IF — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation; Annotations; Live Templates; Postfix CompletionPOSTFIX COMPLETION
EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation; Annotations; Live Templates; Postfix Completion ARRAY TYPE — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Use MY_TYPE to specify that a variable’s type is an array type. Full format:---@type MY_TYPE @type MY_TYPE VAR — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Introduce variable. Next Previous. © Copyright 2017, tangzx(love.tangzx@qq.com) @TYPE TYPE ANNOTATION Note. Use @type annotation to specify the type of the target variable, to improve completions and other functionality.FULL EXAMPLES
Full examples¶. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31---@class Transport @parent class---@public field name stringLIVE TEMPLATES
EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation; Annotations; Live Templates; Postfix CompletionVIA ZIP FILE
Don’t unzip file. Select menu item File -> Settings -> Plugins -> Install plugin from disk. Select the downloaded EmmyLua.zip file, and restart IDEA after installation complete. Close. VIA JETBRAINS PLUGIN REPOSITORY EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation. via JetBrainsPlugin Repository
FUNCTION TYPES
Note. Use fun(param:MY_TYPE):RETURN_TYPE to specify that a variable’s type is a function type @GENERIC GENERIC ANNOTATION @generic generic annotation¶. Note. Use @generic to simulate generic in some high-level languages. Full format--@generic T1 TABLE TYPE — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Use table to specify that a variable’s type is a table(a.k.a. dictionary, map) type @RETURN FUNCTION RETURN TYPE ANNOTATION ---@return Car|Ship local function create () end---Here car_or_ship doesn't need @type annotation, EmmyLua has already inferred the type via "create" function local car_or_ship = create () ARRAY TYPE — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Use MY_TYPE to specify that a variable’s type is an array type. Full format:---@type MY_TYPE @type MY_TYPE @TYPE TYPE ANNOTATION Note. Use @type annotation to specify the type of the target variable, to improve completions and other functionality.FULL EXAMPLES
Full examples¶. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31---@class Transport @parent class---@public field name stringLIVE TEMPLATES
EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation; Annotations; Live Templates; Postfix CompletionVIA ZIP FILE
Don’t unzip file. Select menu item File -> Settings -> Plugins -> Install plugin from disk. Select the downloaded EmmyLua.zip file, and restart IDEA after installation complete. Close. VIA JETBRAINS PLUGIN REPOSITORY EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation. via JetBrainsPlugin Repository
FUNCTION TYPES
Note. Use fun(param:MY_TYPE):RETURN_TYPE to specify that a variable’s type is a function type @GENERIC GENERIC ANNOTATION @generic generic annotation¶. Note. Use @generic to simulate generic in some high-level languages. Full format--@generic T1 TABLE TYPE — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Use table to specify that a variable’s type is a table(a.k.a. dictionary, map) type @RETURN FUNCTION RETURN TYPE ANNOTATION ---@return Car|Ship local function create () end---Here car_or_ship doesn't need @type annotation, EmmyLua has already inferred the type via "create" function local car_or_ship = create () ARRAY TYPE — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Use MY_TYPE to specify that a variable’s type is an array type. Full format:---@type MY_TYPE @type MY_TYPEFULL EXAMPLES
Full examples¶. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31---@class Transport @parent class---@public field name stringLIVE TEMPLATES
EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation; Annotations; Live Templates; Postfix Completion VIA JETBRAINS PLUGIN REPOSITORY EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation. via JetBrainsPlugin Repository
@GENERIC GENERIC ANNOTATION @generic generic annotation¶. Note. Use @generic to simulate generic in some high-level languages. Full format--@generic T1POSTFIX COMPLETION
EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation; Annotations; Live Templates; Postfix Completion PAR — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Wrap expressions with parenthesis. Next Previous. © Copyright 2017, tangzx(love.tangzx@qq.com)@SEE REFERENCES
SurveySaga · 65 weeks ago. Survey saga com is the official website to take all the customer satisfaction surveys. Do participate in the official surveys on survey saga website and win gift cards, discounts, coupons, and food items for free. Reply. 0 replies · active 65 weeksago.
VAR — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION Note. Introduce variable. Next Previous. © Copyright 2017, tangzx(love.tangzx@qq.com) IF_NOT_NIL — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION if_not_nil¶. Note. Generate if expr ~= nil then end statment.. NextPrevious
IF_NOT — EMMYLUA FOR INTELLIJ IDEA 1.3.2 DOCUMENTATION EmmyLua for IntelliJ IDEA 1.3.2 Donate; Installation; Annotations; Live Templates; Postfix Completion EmmyLua for IntelliJ IDEA1.0
* Donate
* Installation
* Annotations
* Live Templates
* Postfix Completion* Run And Debug
* Changelogs
* FAQ
__ EmmyLua for IntelliJ IDEA* Docs »
* EmmyLua
*
-------------------------EMMYLUA¶
Welcome to read EmmyLua doc.Note
中国朋友可以加入QQ群 29850775 来交流或反馈BUG,群内有最新版本以及文档下载。* Donate
* Installation
* via JetBrains Plugin Repository* via Zip file
* Annotations
* @class class declaration annotation * @type type annotation * @alias 别名注解 * @param parameter type annotation * @return function return type annotation * @field field annotation * @generic generic annotation * @vararg 不定参数注解 * @language language injection* array type
* table type
* function types
* 字面量类型
* @see references
* Full examples
* Live Templates
* Postfix Completion* par
* var
* if
* if_not
* if_nil
* if_not_nil
* for
* for_p
* for_i
* return
* decrease
* increase
* Run And Debug
* Get ready
* Start debugging
* Changelogs
* 1.3.0.131 ( 74d3d2f )* 1.2.6 ( 2d0f203 )
* 1.2.5 ( 28bea8a )
* 1.2.3 ( a8c0fd1 )
* 1.2.2 ( 04985b6 )
* 1.2.1 ( 1816138 )
* 1.2.0 ( 59f09a9 )
* 1.1.9 ( 5aed300 )
* 1.1.8 ( 482c87a )
* FAQ
*
问:EmmyLua可以安装在IDEA其它的产品上吗?如PyCharm,PhpStorm…
* 问:安装EmmyLua失败,出现这个怎么解决? * 问:附加调试不稳定,经常崩溃怎么办? * 问:附加调试出现 Error: emmy.backend.dll could not be loaded into the process 怎么办?Close
FORGOT PASSWORD?
Please put in your email: Send me my password!Close message
Login
* This blog post
* All blog posts
Subscribe to this blog post's comments through...*
*
*
*
RSS Feed
SUBSCRIBE VIA EMAIL
Subscribe
Subscribe to this blog's comments through...*
*
*
*
RSS Feed
SUBSCRIBE VIA EMAIL
Subscribe Follow the discussionCOMMENTS (4)
Logging you in...
Close
LOGIN TO INTENSEDEBATE Or create an accountUsername or Email:
Password:
Forgot login?
Cancel LOGIN
Close WordPress.com
Username or Email:
Password:
Lost your password?
Cancel LOGIN
Dashboard | Edit profile| Logout
* Logged in as
Admin Options
Disable comments for this pageSave Settings
Sort by: Date Rating Last ActivityLoading comments...
+12 Vote up Vote down Cheap Domain 51p _ · 85 weeks ago_ I wish I can understand Chinese ;) It will be great if you have English version. I can use Google translate but it is not veryaccurate.
Reply 1 reply _· active 82 weeks ago_ +1 Vote up Vote down VincentHuang _· 82 weeks ago_ Thanks for your appreciation. I'm not very good at English, but I think I may help you as well as Ican.
So, Which part you don't understand ?Reply
+1 Vote up Vote down sharkeron _· 75 weeks ago_@VincentHuang
Translate documentation as you can. It will be great and easier to read, than translating from Chinese to English by Google Translator =)Thank.
Reply 0 replies _· active 75 weeks ago_ +1 Vote up Vote down huangdong _· 12 weeks ago_ 我想问下 可以通过 调用函数的对象绝对返回的类型的注释吗 比如 XXX:GetInstance() 这里返回XXX类型 希望单例类 能够在一个函数注释好, 然后任何地方调用都很方便 Reply 0 replies _· active 12 weeks ago_POST A NEW COMMENT
Enter text right here! Comment as a Guest, or login: * Login to IntenseDebate * Login to WordPress.com* Login to Twitter
Go back
Tweet this comment
Connected as (Logout)
Email (optional)
Not displayed publicly.Name
Website (optional)
Displayed next to your comments. Not displayed publicly. If you have a website, link to it here. Posting anonymously.Tweet this comment
SUBMIT COMMENT
Subscribe to None Replies All new comments Comments by IntenseDebate Enter text right here! Reply as a Guest, or login: * Login to IntenseDebate * Login to WordPress.com* Login to Twitter
Go back
Tweet this comment
Connected as (Logout)
Email (optional)
Not displayed publicly.Name
Website (optional)
Displayed next to your comments. Not displayed publicly. If you have a website, link to it here. Posting anonymously.Tweet this comment
Cancel SUBMIT COMMENT Subscribe to None Replies All new commentsNext
------------------------- Copyright 2017, tangzx(love.tangzx@qq.com).Details
Copyright © 2023 ArchiveBay.com. All rights reserved. Terms of Use | Privacy Policy | DMCA | 2021 | Feedback | Advertising | RSS 2.0