Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand Session watcher when parantheses #1495

Open
BoudSTER opened this issue Feb 26, 2024 · 1 comment
Open

Expand Session watcher when parantheses #1495

BoudSTER opened this issue Feb 26, 2024 · 1 comment
Labels

Comments

@BoudSTER
Copy link

BoudSTER commented Feb 26, 2024

Hi,
first of all thanks you fort this great extension !

Describe the bug
I have a problem with variable autocompletion when my code is in parantheses.
I alerady this issue :) #323

To Reproduce
No problem when I use this code:

  raw %>% select()

But from the moment I put my code in brackets, autocompletion no longer works:

(
  raw %>% select()
)

Additional context
It's actually quite limiting for me because I use this system of parentheses a lot in my code for debugging. Eg :

(
  umi_side_DuplexUMI
  %>% select(-umi2)
  %>% group_by(sample, umi1)
  %>% summarise(count = sum(count))
  %>% arrange(count)
  %>% mutate(count_cumsum=cumsum(count))
  %>% ungroup()
  %>% group_by(sample)
  %>% mutate(n = 1:n())
) -> umi1DuplexUMIyUMI

Thank you in advance for your positive or negative response :)

Have a nice day,

BoudSTER

@BoudSTER BoudSTER added the bug label Feb 26, 2024
@ElianHugh
Copy link
Collaborator

ElianHugh commented Mar 2, 2024

I think(?) this would be fixed by #1469

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants