Hi, I’ve been testing ty from Astral as my Python LSP. It works great, but sometimes some classes/types don’t show up in autocomplete. Maybe I configured something wrong (Neovim, btw)?
For example, I have a User class under src.core.db.models.user. With Pyright, when I type User I get the suggestion, but with ty I don’t. Is this expected?
In neovim i have:
vim.lsp.config('ty', {
capabilities = capabilities
})
tyis still in early alpha. It's not ready, so expect to run into situations like that.Yep, just wondering if maybe i did something wrong. I've also tested pyrefly and ran into the same problem since they are in similar situations
(pyrefly maintainer here) If you haven't already, please file an issue on our github!
I haven’t yet, thanks for answering — I certainly will.