Replies: 3 comments 4 replies
-
languageserver currently will parse all R files in |
Beta Was this translation helpful? Give feedback.
-
I wrote a small patch that instead of relying on the parsed files that are loaded in It works pretty well, but still using a hacky implementation. What do you think about such a feature for the server? (Of course with a proper implementation) |
Beta Was this translation helpful? Give feedback.
-
I'm working at the same company this issue happens. I've opened a detailed issue and suggestion in #618 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've been trying to use the language server in a quite big private library (~10MB of code), and the language server indeed indexed all the R files. However, its memory consumption reached ~12GB.
Is there a way I could minimize the footprint?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions