Yingchi Long

Results 76 comments of Yingchi Long

Anyone who wants to take this please comment here, and I can give you commit access after patches merged! (Functional improvements).

> Should this feature be implemented as a "code action" that requires manual triggering? The files to be downloaded may be quite large. Yes. I'd like to do this in...

https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_codeLens

@MangoIV https://github.com/nix-community/nixd/issues/536#issue-2375239352 > offer to augment the passed attribute set with the hash computed from prefetching it. Note that things like `fetchFromGithub` are actually FODs, not just "fetchers", and require...

Actually there do have some "patterns" in nix files, which is the type system in nil, but in nixd for now all files are treated equally. For example, we currently...

> Hi again @inclyc, what is needed to work on this first issue, it seems the previous assigned to me, got solved by someone else, they were more proactive than...

> By comparison, nix-doc uses a heuristic of looking in the AST for function definitions with comments above them to eliminate overrides, but this heuristic misses functions that are defined...

> Would be great to get autocomplete when typing `builtins` I would like to design a system that incrementally evaluate your code on-the-fly, lazily. Not only for `builtins`. I think...

> In the meantime it would be great to have hardcoded completions to keep users from going back to nil I think you can expect a quick implementation as `builtins`...

Ping for this issue. Currently even `lib.*` completion is landed, but NOT `builtins`?