Skip to content

v2.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 02:10
· 109 commits to master since this release

New Features

  • R help viewer now highlights code sections on hover and user can click the code to copy it to the clipboard, or press ctrl+click (Windows and Linux) or cmd+click (macOS) to send it to R terminal by default. A new setting r.helpPanel.clickCodeExamples is added to allow customizing the click behavior. (#1138)
  • A new command Create .lintr is added. (#1112)

Enhancements

  • R and Rmd files are added to Create: New File. (#1119)
  • Improved data viewer column resizing. (#1121)

Fixes

  • Hide environment values in R Markdown preview to prevent accidental deletion (#1117)
  • Opening and closing a list item in the workspace viewer treeview now works properly. (#1150)

Commits