I've added the just-lsp package to the set of #ArchLinux packages:
https://archlinux.org/packages/extra/x86_64/just-lsp/
In case you're relying on #just, try it out in with your language-server enabled editor of choice.
It's really quite useful!
I've added the just-lsp package to the set of #ArchLinux packages:
https://archlinux.org/packages/extra/x86_64/just-lsp/
In case you're relying on #just, try it out in with your language-server enabled editor of choice.
It's really quite useful!
You suffer from the Copilot pause,
I suffer from the LSP pause.
We are not the same.
#DeveloperExperience #Developer #Programming #GitHubCopilot #GitHub #Copilot #AI #LLM #CopilotPause #LanguageServerProtocol #LSP #WeAreNotTheSame
TIL Network protocols Sans I/O โก
โโฆ network protocol implementations written in Python that perform no I/O (this means libraries that operate directly on text or bytes; this excludes libraries that just abstract out I/O).โ ๐คฏ
Read the reference page ๐
https://sans-io.readthedocs.io/
#Reusability #Python #FastCGI #HTTP2 #H11 #IRC #OAuth2 #OAuthLib #WebSocket #SOCKS5 #RFC2217 #SerialOverIP #EPICS #FIX #QUIC #LanguageServerProtocol #SMTP #DBus #ThorlabsAPT #Matrix #SSL #TLS #CPython #multipart #formdata
Because I too want to post a nice screen shots of Emacs once in a while.
Implemented https://codeberg.org/harald/eglot-supplements/issues/23 for my eglot-supplements: https://codeberg.org/harald/eglot-supplements
#emacs #eglot #eglot-supplements #lsp #languageserverprotocol
Thanks for writing this, been on my want-list for while! I think for recursion, it should still show that the function was called e.g. ``` def hello_world(): hello_world() test2() def test2(): hello_world() ``` should show: ``` - hello_world test.py:1 โข hello_world test.py:1 ...
If you are using Emacs with Eglot and a language server, you may be interested in eglot-cthier.el (formally eglot-hierarchy.el) which alles to show and navigate the call hierarchy of an item.
After feedback here, on the mailing list and on codeberg, an improved version is ready for testing.
I tested it with eclipse-jdtls and tsc.
Feedback welcome.
#Emacs #Eglot #LSP #language_server #LanguageServerProtocol #eclipsejdtls #tsc #Typescript
#codeberg
https://codeberg.org/harald/eglot-supplements#call-hierarchy
If you are using Emacs with Eglot and a language server, you may be interested in my new package eglot-hierarchy.el which alles to show and navigate the call hierarchy of an item.
I tested it with eclipse-jdtls and tsc.
Feedback welcome.
#Emacs #Eglot #LSP #language_server #LanguageServerProtocol #eclipsejdtls #tsc #Typescript
https://codeberg.org/harald/eglot-supplements#call-hierarchy
๋ค์ค๋น์ LSP ์ค์ ํ ๋, ๋ช ๊ฐ์ ํ๋ฌ๊ทธ์ธ์ ์กฐํฉํด์ ์ฐ๊ฒ ๋๋๋ฐ, ๋ ๋ฐ๋ผ ํ๊ธฐ๋ก ์ค์น๋ง ํด์ ๊ฐ ํ๋ฌ๊ทธ์ธ๋ค์ ์ญํ ์ ๋ชจ๋ฅธ์ฑ ์ฐ์ฐํ๊ฒ ์จ ์์ต๋๋ค. ์ด ์ฐธ์ ์ ๋ฆฌํด๋ดค๋๋ฐ์, ๋ณ ๋ด์ฉ์ ์์ง๋ง, ๊ฐ ํ๋ฌ๊ทธ์ธ ๋ฌธ์๋ค์ ๊ผผ๊ผผํ ์ฝ๊ธฐ ๊ท์ฐฎ์ ๋ถ๋ค์ ์ํ ๋ฌธ์์ ๋๋ ๋ ๊ฒ ๊ฐ์ต๋๋ค.
https://lionhairdino.github.io/posts/2024-11-25-neovimLSP.html
mason.nvim ใซใคใณในใใผใซใใใใใใฑใผใธใ่ฟฝๅ ใใ
https://qiita.com/delphinus/items/e1ced262d6506cfbebf5?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
And now there's also a watch system integrated. I think it's now ready enough to test in our next project and then release it for the public.
#ink #vscode #lsp #languageServerProtocol #language_server_protocol