1 Star 0 Fork 0

lalawue/MoocHelper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSD-3-Clause

About

MoocHelper is a High-performance mooncake / lua plugin, Language Server Protocol extension.

logo

Introduction

MoonCake (aka MoocScript) is a swift like programming language that compiles into Lua.

This extension help MoocScript/Lua with LSP support, on the shoulder of LuaHelper.

improvements likes LuaHelper:

  • 1.Coroutine development, real-time detection, millisecond output detection results
  • 2.Support large-scale Lua projects, perfectly support editing and testing of 1000+ file project
  • 3.Comprehensive error type detection, including: grammar detection, semantic detection
  • 4.Various types of reference search, including: multi-file reference search, multi-layer reference search
  • 5.Rich configurable items, including: multiple alarm information configurations, ignorable file settings
  • 6.Low memory consumption, low-performance machines can still run smoothly

Installation

App Market Installation

Local Installation

  • download a pre-build one in releases, or in gitee mirror.
  • create your own .vsix package with npm install -g vsce, then vsce package under luahelper-vscode dir

Documentation

ScreenShots

vscode_extension

Support

The author will follow and reply.

Tencent is pleased to support the open source community by making LuaHelper available. Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. LuaHelper is licensed under the BSD 3-Clause License, except for the third-party components listed below which may be subject to thier corresponding license terms. A copy of the BSD 3-Clause License is included in this file. Other dependencies and licenses: Open Source Software Licensed Under the MIT License: -------------------------------------------------------------------- 1. Lua Copyright © 1994–2021 Lua.org, PUC-Rio. 2. lua-language-server Copyright (c) 2018 最萌小汐 Terms of the MIT License: --------------------------------------------------- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Open Source Software Licensed Under the BSD 3-Clause License: -------------------------------------------------------------------- 1. jrpc2 Copyright (c) 2017, Michael J. Fromberger All rights reserved. 2. golang/tools Copyright (c) 2009 The Go Authors. All rights reserved. Terms of the BSD 3-Clause License: -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the above copyright owners nor the names of their contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Open Source Software Licensed Under the BSD 3-Clause License and other dependencies and licenses: -------------------------------------------------------------------- 1. LuaPanda Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. If you have downloaded a copy of the LuaPanda binary from Tencent, please note that the LuaPanda binary is licensed under the BSD 3-Clause License. If you have downloaded a copy of the LuaPanda source code from Tencent, please note that LuaPanda source code is licensed under the BSD 3-Clause License, except for the third-party components listed below which are subject to different license terms. Your integration of LuaPanda into your own projects may require compliance with the BSD 3-Clause License, as well as the other licenses applicable to the third-party components included within LuaPanda. A copy of the BSD 3-Clause License is included in this file. Other dependencies and licenses: Open Source Software Licensed Under the MIT License: ---------------------------------------------------------------------------------------- 1. lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio. 2. lua 5.3.4 Copyright © 1994–2017 Lua.org, PUC-Rio. 3. JSON4Lua 1.0.0 Copyright (c) 2009 Craig Mason-Jones Terms of the MIT License: --------------------------------------------------- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Terms of the BSD 3-Clause License: -------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the above copyright owners nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

简介

MoocHelper is a High-performance MoonCake/Lua plugin, Language Server Protocol for MoonCake/Lua. 展开 收起
BSD-3-Clause
取消

发行版 (8)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/lalawue/MoocHelper.git
git@gitee.com:lalawue/MoocHelper.git
lalawue
MoocHelper
MoocHelper
mooncake

搜索帮助

344bd9b3 5694891 D2dac590 5694891