Replies: 3 comments 6 replies
-
I use vscode with Pylance language server, and my experience has been great so far... |
Beta Was this translation helpful? Give feedback.
-
@benbovy that does not sound fun, let's try and figure it out. If it exists for you it probably exists for others too. Could you show the errors you get? FYI the only slowness I get is auto-formatting the huge test files like |
Beta Was this translation helpful? Give feedback.
-
Greetings emacser! I just started using natively compiled emacs along with doom and it's great. the native-comp branch was just merged to master, so it should be stable. Just have to spend ≈30 minutes compiling it and all the doom packages. |
Beta Was this translation helpful? Give feedback.
-
I'm curious of which IDE / config do use xarray devs/contributors.
I'm currently using Pyright (in Emacs 27 / Emacs-lsp on MacOS 11.2) and it is painfully slow, especially when larger files like
xarray/core/dataset.py
are open (in other words: all the time).For instance, analysing
xarray/core/dataset.py
using Pyright's command line takes ~ 3 s and gives 25 errors (9 s / 51 errors when activating "useLibraryCodeForTypes").If my understanding is correct, it shouldn't take that long when working on the files (pyright only analyses deltas in watch mode?), but still, as I'm typing Emacs gets stuck for looong seconds analyzing all open files, it's very laggy.
The number of reported errors is also annoying, it makes my IDE code checker useless.
I'm wondering if that's because my IDE environment is not properly configured. I've tried other languages servers like pyls or mspyls but things were even worse.
Anyone experiencing the same issues? Or does everyone use VSCode (which I guess yields better experience out of the box, e.g., with Pylance)?
Beta Was this translation helpful? Give feedback.
All reactions