cannorin

Results 25 issues of cannorin

Version: 9.1.4 Live example: https://rescript-lang.org/try?code=LYewJgrgNgpgBAJxgYzgQTgLjgbwL5wC86AUCQIYB2YcAQlriXHKJLOkaQcTky+NHgZiaEnhJA Assume we have the following code: ```rescript module rec A : {} = A and B : { module A = A } = {...

Closes #3775 . This PR adds a subcommand `opam tree` which displays a dependency tree as a Unicode art or ASCII art. It can also display a reverse-dependency tree (through...

AREA: UI
AREA: ENGINE

### Description https://github.com/fsprojects/FSharpPlus/issues/158#issuecomment-512721780 > Regarding the functions taking a culture as parameter, I propose also to discuss them in a different issue, because I think they need more in depth...

RFC

### Description https://github.com/fsprojects/FSharpPlus/issues/158#issuecomment-512607693 > For the StringBuilder extension, it will be used like below with the `String.build` function from my String.fs: > > ```fsharp > let s = > String.build...

**Describe the bug** When writing ~~a comment~~ a text having a format ```//.*``.*\(.*\).*``.+```, Ionide slows down and hangs in the end. **To Reproduce** Steps to reproduce the behaviour: 1. Open...

bug

Fable has predefined types `U2`, `U3`, ... so that tools such as `ts2fable` can use it to bind to union types coming from TypeScript. But Fable lacks the intersection counterpart,...

Version: `1.2.0` Related: #311 I think I've found several bugs around type alias to record type. Assume we have the following code: ```rescript type foo` instead of `bar`. - This...

bug

Related: https://github.com/fsharp/FsAutoComplete/issues/883 FsAutoComplete now encourage users to manage FSAC via dotnet tool: `dotnet tool install fsautocomplete` for project-local install and `dotnet tool install -g fsautocomplete` for global install. Ionide-vim used...

announcement

Neovim supports virtual text (`nvim_buf_set_virtual_text`). This can be used to show LineLens but Vim doesn't have an equivalent feature as of now.

enhancement
priority: low

Related: #5 Refs: * https://github.com/dense-analysis/ale/issues/2641 * https://github.com/dense-analysis/ale/blob/master/autoload/ale/lsp.vim

enhancement
priority: low