REditorSupport / languageserver

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

Support for path completions #625

Open celbig opened 1 year ago

celbig commented 1 year ago

Unless I'm mistaken, at the moment, langagueserver does not support (relative) path completion inside charcter strings. There may exists other completion provider that have this options for some some editors but they are not as context aware as an lsp server and may not support relative path (for instance path Intellisense for vs code cannot suggest relative path from the root of the project).

I would like to suggest adding the following feature:

I'm going to work on it for myself. So if you think this is a relevant feature, I will submit a PR.