In Neovim, most non-toy language servers allow you to open the doc/definition in a popup/floating window, typically bound to `K`. Some language servers like rust-analyzer and gopls also support opening the docs in your browser.
concat(S1, S2) -> S1 ++ S2.
and "++" is obviously a O(N) operator.