Skip to content

Releases: REditorSupport/languageserver

languageserver v0.3.16

18 Aug 06:03
beed0f0
Compare
Choose a tag to compare

v0.3.16

Closed issues:

  • Error in Neovim: “attempt to compare string with number” (#609)
  • On-type formatter adds extra indentations after pipes (#607)

Merged pull requests:

  • Handle vscode-notebook-cell in path_from_uri (#610)
  • Skip incomplete lines in on-type-formatting (#615)
  • Enable the folding of binary operations (#613)
  • make sure column is defined (#614)
  • Use code and codeDescription in diagnostic (#611)
  • Fix path_from_uri (#612)
  • Fix regex pattern to match chunk label after comma (#608)
  • Include pacman Suggests dependency in DESCRIPTION (#604)
  • Add link to R-Nova extension for Nova (#598)
  • bump to 0.3.15 (#592)

languageserver v0.3.15

07 Jan 00:09
2c3b8ed
Compare
Choose a tag to compare

v0.3.15

Closed issues:

  • package::function() autocompletion doesn't include re-exported functions (#590)
  • Server failed to start probably due to hard-coded installation path ERROR (#579)

Merged pull requests:

  • Include all exports in namespace objects (#591)
  • Disable linters actions (#589)
  • Avoid emitting a negative activeSignature (#586)
  • fix CRAN check warnings (#583)
  • Ignore error on checking is.function of namespace objects (#582)
  • bump to v0.3.14 (#578)

languageserver v0.3.14

16 Oct 12:04
a939390
Compare
Choose a tag to compare

v0.3.14

Closed issues:

  • NA introduced into position when opening curly braces (#564)
  • html-to-markdown.lua error: attempt to call a nil value (#555)
  • R6Class finalize() method is public, but it should be private as of R6 2.4.0 (#551)

Merged pull requests:

  • Drop diagnostics on callback if disabled (#577)
  • Bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0 (#576)
  • Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 (#573)
  • Provide package symbols before lint in diagnostics (#568)
  • Support completion item labelDetails (#571)
  • Enable multiple-level fold section of R document like RStudio (#566)
  • fix NA introduced into position (#565)
  • Requires lintr 3.0.0 (#562)
  • Bump styfle/cancel-workflow-action from 0.9.1 to 0.10.0 (#560)
  • Use lua-filter when pandoc_version >= 2.11 (#556)
  • Update link to the lintr package (#554)
  • Use private finalizers for R6 classes (#553)
  • bump to 0.3.13 (#550)

languageserver v0.3.13

24 May 12:04
dbfba89
Compare
Choose a tag to compare

v0.3.13

Closed issues:

  • Language Server crashing sporadically (#368)
  • Why not set up r-universe? (#536)
  • Signature help not show up in if-else branch (#530)
  • Some of the tables of arguments are too complex to be represented by GFM (#533)
  • Rmd detection ignores front matter (#507)
  • Range formatting and onTypeFormatting are performed in Rmd non-code content (#224)
  • Respect document language specified from editor (#510)
  • "No newline at end of file" after formatting file in VS Code (#462)
  • completionItem/resolve result may not be null (#504)
  • Disabling linting has no effect (#497)

Merged pull requests:

  • minor refactoring: simplify the version number handling (#552)
  • R 4.2 supports Unicode on Windows (#549)
  • read may return -1 on error (#548)
  • R universe (#542)
  • do not pop the unbalance brackets in the current row (#541)
  • Update GItHub Actions version (#537)
  • Bump actions/upload-artifact from 1 to 3 (#540)
  • Bump styfle/cancel-workflow-action from 0.9.0 to 0.9.1 (#539)
  • Bump actions/cache from 2 to 3 (#538)
  • convert the table of arguments to the sections of arguments with Lua filter (#534)
  • Added an entry for BBEdit (#532)
  • Support arg completion for primitive functions (#526)
  • Check rmd scope in on type formatting (#525)
  • Respect document languageId (#511)
  • Document formatting ensures trailing empty line (#509)
  • Only call fs::path_abs with existing files (#506)
  • completionItem/resolve always returns completionItem (#505)
  • Unpublish diagnostics when disabled (#498)
  • add whitespace to NEWS.md (#490)

languageserver v0.3.12

20 Oct 00:06
6fd2324
Compare
Choose a tag to compare

v0.3.12

Closed issues:

  • Documentation not working with R 4.1.1 (#468)
  • Clean up dependencies (#470)
  • Documentation for functions assigned with = differs from functions assigned with <- (#466)
  • Bug when hovering variables (#463)
  • Null workspace folder not working with untitled documents (#460)

Merged pull requests:

  • bump to v0.3.12 (#489)
  • Add installation steps of OS-specific dependencies (#247)
  • Use internal get_help instead of repr (#469)
  • Remove desc from imports (#471)
  • Fix hover on function defined with EQ_ASSIGN (#467)
  • Fix several bugs (#464)
  • Fix handling null workspace folder and untitled document (#461)
  • bump to 0.3.11 (#459)

languageserver v0.3.11

22 Jul 12:16
097781f
Compare
Choose a tag to compare

v0.3.11

Closed issues:

  • documentation only loaded for packages named in a library() call, not with p_load() (#257)
  • Minimal {styler} version requirement (#457)
  • If load package via pacman::p_load(), the autocompletion will be not able to work well (#426)
  • If I wrap library call in suppressPackageStartUpLanguages, autocompletion won't work (#451)
  • Handle workspace/didChangeWatchedFiles (#446)
  • Environment variable LANG (#435)
  • Support lambda as function (#427)
  • Support pipe operator in onTypeFormatting (#430)
  • Exclusions in .lintr not working (#282)
  • Packages not loaded prior to linting with coc-r-lsp (#238)
  • Provide diagnostics on non-installed packages (#80)

Merged pull requests:

  • bump to 0.3.11 (#459)
  • Require styler >= 1.5.1 (#458)
  • Support unscoped functions and library functions (#452)
  • Handle workspace/didChangeWatchedFiles (#447)
  • Add code action to disable linters (#408)
  • Improve handling configuration settings (#439)
  • check if lintr is new enough (#437)
  • Use lint text if supported (#284)
  • output text as is (#436)
  • consolidate github action jobs (#434)
  • Lambda support (#428)
  • Use a function call as the completer in on-type-formatting (#431)
  • support trace in InitializeParams (#423)
  • bump to 0.3.10 (#409)
  • definition fix (#419)

languageserver v0.3.10

20 Apr 06:18
e272fe1
Compare
Choose a tag to compare

v0.3.10

Closed issues:

  • definitionProvider should work with file path (#415)
  • Null value in documentation does not trigger signature (#417)
  • Improve completion performance (#412)
  • Completion not working before close parenthesis (#410)
  • Use styler::style_text(base_indention=) for styler > 1.4.0 (#400)
  • Segfault on incorrect coordinates (#395)
  • Case-insensitive and fuzzy match in completion (#401)
  • Non-interactive setup of persistent {R.cache} cache for {styler} (#402)
  • Document link should work with limited file extensions or file size (#391)
  • get_document_symbol_kind error (#390)
  • Support Call Hierarchy (#361)
  • [FR] Display promise / active-binding objects in the OUTLINE (#362)

Merged pull requests:

  • definition fix (#419)
  • Definition provider works with file path (#416)
  • Fix null doc_string in signature (#418)
  • Faster completion (#413)
  • fix raw string detection (#411)
  • Use styler base_indention (#404)
  • support R 4.0 raw string search (#276)
  • fix a segfault issue (#407)
  • Remove symbols starting with ._ from namespace (#406)
  • Provide case-insensitive completion (#405)
  • Update README.md (#403)
  • fix missing whitespace (#399)
  • Limit link file size (#393)
  • Full testthat v3 compatibility (#394)
  • Make headers in help hover look prettier (#392)
  • Options completion (#389)
  • Improve hover for function docs (#387)
  • Implement Call Hierarchy provider (#373)
  • Remove '(' from completion trigger chars (#374)
  • Improve token completion (#372)
  • Preserve argument order in argument completion (#370)
  • Add '(' to completion trigger characters (#369)
  • Use empty string instead of NULL as default signature doc (#371)
  • Add hover to function symbol formals (#367)
  • Implement selectionRangeProvider (#366)
  • Recognize symbols created by delayedAssign / assign / makeActiveBinding (#364)
  • use expect_setequal() may fit better (#363)

languageserver v0.3.9

18 Dec 18:17
4d2fb37
Compare
Choose a tag to compare

v0.3.9

Merged pull requests:

  • skip stdio test on solaris (#358)

languageserver v0.3.8

01 Dec 12:11
23830a2
Compare
Choose a tag to compare

v0.3.8

Closed issues:

  • When closing a file, "Problems" should be removed (#348)
  • Implement renameProvider (#337)
  • Hover on symbol in a function with functional argument causes parse error (#345)
  • Hover on non-function symbol in other document should show definition and documentation (#343)
  • Check if symbol on rhs of assignment in definition (#341)
  • Implement referencesProvider (#336)

Merged pull requests:

  • Add comment of notice above temp code of definition (#353)
  • Implement renameProvider (#339)
  • Fix tests (#351)
  • Update coc help in README (#350)
  • Remove diagnostics of closed files in non-package workspace (#349)
  • Fix hover func arg (#346)
  • Fix hover on non-function symbol (#344)
  • Fix checking symbol on rhs of assignment expression (#342)
  • Implement referencesProvider (#338)
  • Do not load sysdata.rda (#347)
  • release v0.3.7 (#335)

languageserver v0.3.7

15 Sep 06:09
4e612e6
Compare
Choose a tag to compare

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)