languageserver v0.3.7
v0.3.7
Closed issues:
- Arg-completion should not show after :: (#331)
- Provide signature for local functions (#155)
- equal_assign changed to expr_or_assign_or_help in R 4.0 (#327)
- Imported objects appear in completion after :: (#322)
- Overlapping folding ranges (#316)
- Languageserver crashes on long string (?) (#313)
- Roxygen example code messes up documentation (#304)
- Respect initially attached packages in .Rprofile (#301)
- Incorrect rmd chunk name (#296)
- internal error (unexpected string constant) caused by parse (#299)
- Implement foldingRangeProvider (#289)
- Show function parameters at the top of the autocompletion (#285)
- Range formatting of comment with indentation not working (#270)
- Range formatting always adds indention when the range has initial indention (#264)
Merged pull requests:
- Fix arg completion (#332)
- Local function support (#330)
- Update xpaths to adapt to token change in parse data in R 4.0 (#328)
- Exclude existing completion items in token_completion (#326)
- Add token completion (#324)
- Only provide imported completions without package (#323)
- Improve folding (#317)
- More robust rmd chunk pattern (#318)
- Limit string length to provide color and link (#314)
- Minor improvements (#312)
- Improve xpath to work with cursor on token ending (#311)
- Support folding ranges for comments (#309)
- fix covr test (#310)
- Not trigger on-type-formatting on comment line (#308)
- Convert roxygen comments to documentation (#305)
- Support all symbols in definitions (#295)
- Use isf=FALSE (#303)
- Support startup library specified in profile (#302)
- Fix rmd chunk pattern (#297)
- Try parsing string in link and color (#300)
- Implement foldingRangeProvider (#294)
- Check uri in diagnostics_callback (#292)
- Fix for #283 - "unexpected '/'" on save (#291)
- use mac.binary instead of mac.binary.el-capitan (#293)
- Change dev version download script in the README (#287)
- Use sortText in completions (#286)
- Rmd chunk symbol (#280)
- make sure the path is UTF-8 (#278)
- make sure process is alive (#275)
- Fix handling raw string in link and color (#274)
- Indent all elements except braces in apply_initial_indention (#271)
- Use old behavior if formatting scope < indention (#269)
- Fix range formatting handling initial indentation (#268)
- Use more conservative pool_size (#267)
- add session pool for task manager (#265)