question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

autocomplete only works once

See original GitHub issue

i got it working ok, but autocomplete for Radian console inside vscode only works for the first command. The subsequent times does not appear at all and I must restart VsCode to get it running again (once)

"r.bracketedPaste": true,
"r.lsp.debug": true,
"r.lsp.diagnostics": true,
"r.rterm.option": [
"--no-save",
"--no-restore",
"--r-binary=C:\\Users\\joe\\R\\R-4.0.3\\bin\\R.exe"
],
"workbench.iconTheme": "vscode-icons",
"editor.largeFileOptimizations": false,
"workbench.colorTheme": "Shades of Purple",
"files.associations": {
    "*.rmd": "markdown",
    "*.Rmd": "rmd"
},
"r.rterm.windows": "C:\\ProgramData\\Anaconda3\\Scripts\\radian.exe",
"r.rpath.windows": "C:\\Users\\joe\\R\\R-4.0.3\\bin\\R.exe",
"r.sessionWatcher": true,
"r.alwaysUseActiveTerminal": false

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
randy3kcommented, Apr 22, 2021

It seems due to the custom prompt.

0reactions
long39ngcommented, Apr 22, 2021

It is indeed! Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Autocomplete only working for the first time - Stack Overflow
The autocomplete works for the first time when the page is refreshed and i enter upto 4 character if i backspace and enter...
Read more >
autocomplete only works the second time - Microsoft Q&A
autocomplete only works the second time. im trying to repurpose the code found here: https://www.w3schools.com/howto/howto_js_autocomplete.
Read more >
autocomplete works only sometimes - jQuery Forum
I have a radio button, and depending on what value is selected I want to change the autocomplete source for a text box....
Read more >
Place Autocomplete Restricted to Multiple Countries
This example uses the Place Autocomplete widget to provide a type-ahead search box. The radio buttons allow you to select whether to restrict...
Read more >
Autocomplete is not working - Storemapper
Autocomplete, or word completion, is a feature in which an application predicts the rest of a word a user is typing, in this...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found