Samuel Roeca

Results 11 issues of Samuel Roeca

[Generic type aliases](https://mypy.readthedocs.io/en/stable/generics.html#generic-type-aliases) are not currently supported for autocompletion. For context, for a codebase I'm developing, I'm working with a generic type alias that helps me handle TypeScript interface `undefined`...

feature

See https://github.com/pappasam/jedi-language-server/issues/27

Rope version 0.16.0 doesn't seem to be compatible with this library. Rename works alright with Rope version 0.14.0, but I get nothing on 0.16.0. Python: 3.7.6 Neovim 0.5.0dev Latest coc,...

bug

Code formatters can fail when the code they're formatting is not valid. For example, "black" fails on invalid Python. It would be great if there were a feature that saved...

enhancement

First, thanks for this language server! It does its job well. I have lots of plugins and it would be nice if I could jump to the definition of a...

enhancement
help wanted

Thanks for this great plugin! I've noticed that for users writing multi-line generics, the indentation inserts unnecessary characters. into the editor. There are obviously other problems here regarding multi-line /...

The new implementation of alphanumeric list insertion messes up indentation for regular, unordered lists. I want to keep using "-" or "*" for all indented levels in my markdown, but...

bug

First: thank you for building this super-useful tool. Definitely comes in handy when needing to run quick diffs against two parquet files. ## Issue Numeric filenames cause javascript errors. Since...

bug

Due to a somewhat large code change, I've disabled the tests for diagnostics. This issue represents the need to unskip those tests. Related issue: https://github.com/pappasam/jedi-language-server/issues/241

help wanted

Diagnostics do not go away. For example, when a piece of text is changed, its related diagnostic message stays around longer than it should (presumably to eat brains). I'm using...