posit-dev / positron

Positron, a next-generation data science IDE
Other
2.31k stars 68 forks source link

Autocomplete automatically add double quotes #3976

Closed EKtheSage closed 1 month ago

EKtheSage commented 1 month ago

Is there a way to turn off the quotes around the selected words from autocomplete?

data.table doesn't really need the double quotes when performing operations and automatically adding double quotes basically made the autocomplete functionality useless for data.table

image image

juliasilge commented 1 month ago

Thanks for this feedback! What kind of completion would you expect to see here, given that result[abc] is not valid?

EKtheSage commented 1 month ago

In RStudio, this would be result[abc] not result["abc"]

juliasilge commented 1 month ago

This is a duplicate of #3140, which I had totally forgotten about. Apologies on that!