CppCXY
CppCXY
> 在 wiki 中增加相关的条目? 可以, 但是我没相关权限, 要找 @sumneko
> Is there additional work needing to be done for documenting how that plugin works? Does it also use `.luarc.json` config files? also use .luarc.json > Also, perhaps this should...
> Can I export the document now? Exporting documentation is actually not the job of the language server, but I also agree that there is no good tool for exporting...
The release was too rushed yesterday, and I didn't provide a detailed description of the features. However, I plan to describe its features once I am almost done (in about...
> Regarding the purpose of exporting documents, I feel that I can use the JSON documents exported from the document to convert the Lua library files annotated with Luacats into...
> What kind of form is it? Can I get the results of my analysis? a rust lib, I described this library in a previous issue, and it supports both...
The current language server and plugin have been released. If you're interested, you can give them a try. My next step is to plan the design of export documentation.
> can it run in wasm for mocano? I'm unsure if WASM supports asynchronous operations, and my codebase is fully asynchronous. Additionally, the file system poses another issue—I don't know...
> 我嘗試在 macbook 上安裝 vscode plugin **tangzx.emmylua**,但好像遇到 server start error > > ``` > dyld: Symbol not found: __ZTTNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEEE > Referenced from: /Users/tomlau10/.vscode/extensions/tangzx.emmylua-0.9.13-darwin-x64/server/emmylua_ls > Expected in: /usr/lib/libc++.1.dylib > in /Users/tomlau10/.vscode/extensions/tangzx.emmylua-0.9.13-darwin-x64/server/emmylua_ls...
> > 我嘗試在 macbook 上安裝 vscode plugin **tangzx.emmylua**,但好像遇到 server start error > > ``` > > 因特殊原因我 macos 是停留在 `11.6` 是不是太舊了所以 prebuilt binary 不支持。。。 我只能手動 build 嗎? [@CppCXY](https://github.com/CppCXY) > >...