File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # languageserver 0.3.89
2+
3+ - skip tests on solaris
4+
5+ # languageserver 0.3.8
6+
7+ - When closing a file, "Problems" should be removed (#348 )
8+ - Implement renameProvider (#337 )
9+ - Hover on symbol in a function with functional argument causes parse error (#345 )
10+ Hover on non-function symbol in other document should show definition and - documentation (#343 )
11+ - Check if symbol on rhs of assignment in definition (#341 )
12+ - Implement referencesProvider (#336 )
13+ - Add comment of notice above temp code of definition (#353 )
14+ - Implement renameProvider (#339 )
15+ - Fix tests (#351 )
16+ - Update coc help in README (#350 )
17+ - Remove diagnostics of closed files in non-package workspace (#349 )
18+ - Fix hover func arg (#346 )
19+ - Fix hover on non-function symbol (#344 )
20+ - Fix checking symbol on rhs of assignment expression (#342 )
21+ - Implement referencesProvider (#338 )
22+ - Do not load sysdata.rda (#347 )
23+ - release v0.3.7 (#335 )
24+
125# languageserver 0.3.7
226
327- Local function support (#330 )
Original file line number Diff line number Diff line change 11context(" Test STDIO connection" )
22
33test_that(" Language Server launches" , {
4+ skip_on_cran()
45 client <- language_client()
56 expect_false(is.null(client $ ServerCapabilities ))
67})
You can’t perform that action at this time.
0 commit comments