REditorSupport / languageserver

An implementation of the Language Server Protocol for R
Other
564 stars 91 forks source link

Roxygen comments soft linebreaks aren't ignored in languageserver hover hints #627

Open Tal500 opened 11 months ago

Tal500 commented 11 months ago

Roxygen comments soft linebreaks aren't ignored in languageserver hover hints.

Basically, the issue was reported and explained in r-lib/roxygen2#628, and it was fixed by Roxygen. However, R languageserver doesn't ignore these soft line breaks on function details hover.

Seems like a small fix, right?