Code Monkey home page Code Monkey logo

Comments (8)

tangzx avatar tangzx commented on May 23, 2024 2

oh, that's my mistake. usage should be like this

---@param a number
---@return number|string, number|string|table
function foo2(a)
  return a-1, a+1
end

but it doesn't work, seems like a bug, let me fix

from intellij-emmylua.

tangzx avatar tangzx commented on May 23, 2024

Thanks for your suggestions and bugs reporting. With typo and documentation I want to say : Sorry for my poor english..., documentation may be comes late
Some of those bugs/suggestions already in my plans.

from intellij-emmylua.

adriweb avatar adriweb commented on May 23, 2024

No problem, thanks and good luck :)

from intellij-emmylua.

adriweb avatar adriweb commented on May 23, 2024

Added:

  • Table of type support. For instance: Vehicle[] would be for a table of Vehicle instances. Useful for pairs() where the variables would get auto-typed as Vehicle.
  • Multiple return values annotation support for @return. Separated by commas?
  • support for multiple inheritance in @class. Separated by commas after the :?

from intellij-emmylua.

tangzx avatar tangzx commented on May 23, 2024

Full useage of @return annotation is : ---@return MyType1[|MyType2], Separated by |

from intellij-emmylua.

tangzx avatar tangzx commented on May 23, 2024

About multiple inheritance please see this issue #11

from intellij-emmylua.

adriweb avatar adriweb commented on May 23, 2024

For the return values, I was talking about multiple return values support, not mixed type support. For instance this function returns two values, both being a number :

---@param a number
---@return number, number
function foo2(a)
  return a-1, a+1
end

Regarding multiple inheritances, it can be bad sometimes, but there are good use cases as well :)
But yes about having interfaces support (in the class system I'm using I have classes, singletons, multiple inheritances, and interfaces)

from intellij-emmylua.

adriweb avatar adriweb commented on May 23, 2024

oh okay thanks :)

from intellij-emmylua.

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.