I’ve just started using Positron (Posit’s new solution to integrate R and Python in an IDE that looks like RStudio but has many functionalities of VSCode) as it sounds like a great idea: https://github.com/posit-dev/positron
However, I primarily use data.table for data manipulation (instead of dplyr and its data frames), and Positron’s text editor is highlighting variable names as written in data.table syntax (image below).
Positron highlighting variable names in data.table syntax:
In fact, see how it even highlights the dot here on .():
df[, .N, keyby = .(DC_ETAPA_AVALIADA, CD_ETAPA_AVALIADA)]
Does anyone have any ideas on how to fix it? I’ve tried opening an issue post on Positron’s github page but I wasn’t allowed to.