Alessandro Scandone

Results 10 issues of Alessandro Scandone

It might be useful to have a link that brings you to hexdocs.pm documentation, like in elixir: A possible implementation could show the link only for values that: * are...

help wanted
priority:medium

Experimental PR to showcase how would directly interpreting the AST (instead of compiling it into bytecode) look like Few things have been simplified for the sake of the POC: *...

components/fctl

Implements https://github.com/gleam-lang/gleam/issues/3291 ![screen](https://github.com/gleam-lang/gleam/assets/26420752/d4da28e0-3901-49ef-b21a-6d6eedc865f8) This PR shows inlay hints with the type of a pipeline step (_only_ for pipeline expressions that span across multiple lines). Hints won't be shown for literal...

Implements https://github.com/gleam-lang/gleam/issues/2993 ## TODOS * [ ] handle type aliases ### Open questions Should hovered exported types be context-aware pprinted? e.g. ```gleam // Suppose X has type T import {type...

It would be nice to have inlay hints showing the type of each line in a pipeline expression (that span across multiple lines) This is the way this is shown...

help wanted

Add vscode option for https://github.com/gleam-lang/gleam/pull/3290 Here's how it'll show up in the settings ### Release order This PR must be released _after_ the LSP functionality

Apparently this is dead code and deleting it doesn't cause any test to break. I cannot find this function used anywhere using lexical search around the repo Should we delete...