Giter Club home page Giter Club logo

Comments (3)

midgithub avatar midgithub commented on September 26, 2024

图1 是,我选择语法为lua 5.3 的时候 ,使用table.unpack 会提醒没这个方法。应该得有才对

from luacoderassist.

liwangqian avatar liwangqian commented on September 26, 2024
  1. 插件是支持全局变量跳转的,你那里是遇到了什么问题,具体可以举例子说下;
  2. 最新版本(V2.0.8)已经支持有限的面向对象式的定义跳转和补全了,你可以更新试用下;
  3. 代码格式化的,当前是基于lua-fmt这个库来做的,暂时还没办法按你的要求来定制,后续有时间的话可以考虑。

table.unpack这个luacheck告警感觉不应该是这样,具体要看下啥原因。

from luacoderassist.

liwangqian avatar liwangqian commented on September 26, 2024

@midGitub table.unpack这个告警的问题,应该是因为你在修改luaversion为5.3的时候,没有同时将luacheck.std这个配置也改下,所以报了这个unpack函数不存在。这个后续改成根据luaversion来自动匹配luacheck的参数,这样就不用改两个配置了。

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.