Giter Club home page Giter Club logo

Comments (8)

mika76 avatar mika76 commented on September 26, 2024 1

I think it depends on which word you are hovering on when you do it - or maybe you need to select it. Try over the actual name of the function and not the word "function"

from luacoderassist.

liwangqian avatar liwangqian commented on September 26, 2024 1

@SWSAmor This problem is solved by 0e4d2f7

Try the latest version.

from luacoderassist.

liwangqian avatar liwangqian commented on September 26, 2024

could you provide more detsils ?

from luacoderassist.

SWSAmor avatar SWSAmor commented on September 26, 2024

My cursor at a function header line, i press right click, select "Insert LDoc" menu entry and nothing happens.

from luacoderassist.

SWSAmor avatar SWSAmor commented on September 26, 2024

It seems LuaCoderAssist know
local something = function()
fomat, but doesn't recognize
module.something = function()
format.

Could you fix that?

from luacoderassist.

liwangqian avatar liwangqian commented on September 26, 2024

@SWSAmor The expression local module.something = xxx is valid syntax ?

from luacoderassist.

SWSAmor avatar SWSAmor commented on September 26, 2024

Sry without local, here is an example from a working app:

local user = {}
...
user.registration = function(self, tparam) ... end
user.settings = function(self, tparam) ... end
...
return user

from luacoderassist.

SWSAmor avatar SWSAmor commented on September 26, 2024

It's working great. Thank you.

from luacoderassist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.