Replies: 2 comments 6 replies
-
Noticed that there already is a PR done that, but I don't know if it is impossible to implement... |
Beta Was this translation helpful? Give feedback.
-
First of all, getting the documentation directly in the editor seems like a pretty nice addition (although, I have to admit I'm more in the camp of "read documentation online/in a separate window", thus not completely enthusiastic about this😅) I don't think we should rely on some LLM to generate the documentation, an error there would be pretty annoying. I'd agree that 1) would be the easiest approach to this for now (it only requires a unified format for the source-files, and probably some tags to indicate where a function-definition starts), although generating After some more thought, 1) seems to be the best approach (I'd like to see One concrete idea: in the meta-file, generate links to the corresponding section in My thoughts so far, wdyt? |
Beta Was this translation helpful? Give feedback.
-
I am really grateful for this awesome snippet engine, it is so powerful that we can write almost any snippets that we need.
But as it is so powerful, and flexible so it is really a need to get type hints and docs from LSP, that is what I am trying to do.
Just Like what
neodev.nvim
is doingBut there are some problems I have to face.
python.re
library to generate types and snippetNode hints for lua-language-server but failed ...if it is possible, it should provide multiple language support via GPT? I have tried to convert some meta files to the Chinese version
I think there are two solutions for the current situation:
Beta Was this translation helpful? Give feedback.
All reactions