VS Code та R

software
R
Як подружити VS Code та R
Автор
Дата публікації

2023-10-31

keybindings.json
[{
    "key": "ctrl+shift+m",
    "command": "type",
    "args": { "text": " %>% " },
    "when": "editorTextFocus"
  },
  {
    "key": "alt+-",
    "command": "type",
    "args": {
        "text": " <- "
    },
    "when": "editorTextFocus"
  },
  {
    "key": "Ctrl+Shift+m",
    "command": "workbench.action.terminal.sendSequence",
    "args": { "text": " %>% " },
    "when": "terminalFocus"
  },
  {
    "key": "Alt+-",
    "command": "workbench.action.terminal.sendSequence",
    "args": { "text": " <- " },
    "when": "terminalFocus"
  }
]

Цитата

BibTeX citation:
@misc{miroshnychenko2023,
  author = {Miroshnychenko, Ihor},
  title = {R in Visual Studio Code},
  date = {2023-10-31},
  url = {https://aranaur.rbind.io/blog/2023/02},
  langid = {uk-UA}
}
Будь-ласка, цитуйте цю роботу як:
Miroshnychenko, Ihor. 2023. “R in Visual Studio Code.” October 31, 2023. https://aranaur.rbind.io/blog/2023/02.