Tal500

Results 38 issues of Tal500

Closes #1359 Fixes #1391 Features: - [X] TCP R connection - [X] Visual&logical attaching/detaching from the TCP server (since 4bae0a7cad439db1e9b221601192967aa9a8cc09) - [X] Correct loading `init.R` after R session init (and...

Currently the plot drawing is done only by drawing as PNG. It will be nice if the user could choose to draw the plots as SVG. **Pro:** It is faster...

feature-request

A simple humble feature request for the ability to restart the R language server manually (i.e. in VSCode command palate). This is implemented currently in many language servers, such as...

feature-request

This comment about typing might be useful to this library: > # How to extend prop types from HTML elements > > For everyone who wants to create a wrapper...

The R package [glue](https://cran.r-project.org/web/packages/glue/index.html) helps R developer to print data in a formatted manner, in a similarity to python formatted strings(i.e. `f"..."` in python). Example usage: ```R glue("x = {x}",...

Roxygen comments soft linebreaks aren't ignored in languageserver hover hints. Basically, the issue was reported and explained in r-lib/roxygen2#628, and it was fixed by Roxygen. However, R languageserver doesn't ignore...

Currently this language server have two modes (AFAIK): 1. If the workspace is an R package, i.e. have a "NAMESPACE" file), then the whole code of the package will be...

Following the discussion created by @kobytg17 in #599 (brief: we have enormous amount of code in R at our company), I've been reviewing the parsing process and why it's so...

### Description Web workers are broken on legacy mode, althought caiuseit shows it can be used on legacy browsers(IE10+ supports for example non-shared web workers). Not even a warning is...

plugin: legacy
enhancement: pending triage
feat: web workers