@akavel, from your comment on lobste.rs:

> this may be solved if there’s some IDE support (i.e. “go to definition”) 
> available; I haven’t searched for it yet.

I've successfully used go to definition, both in VSCode and Neovim (with 
[nim.nvim plugin](https://github.com/alaviss/nim.nvim)).

> Things I dislike are: too hard to find stuff/browse in the standard library 
> docs (Go docs are the gold standard for me in this area); stdlib APIs are a 
> mixed bag — sometimes great, usually acceptable, sometimes messy, 
> occasionally downright braindead.

Could you go into more detail about these?

What could be improved to make docs better? Did you use [the 
index](http://nim-lang.github.io/Nim/theindex.html) for browsing/finding stuff?

Can you give some examples of APIs in every mentioned category? I'm most 
interested in the latter two categories, i.e. maybe we can fix some of those 
for v0.20.

Reply via email to