RTVS icon indicating copy to clipboard operation
RTVS copied to clipboard

Cross-file Intellisense and GoTo Definition

Open MikhailArkhipov opened this issue 8 years ago • 4 comments

MikhailArkhipov avatar Mar 28 '16 16:03 MikhailArkhipov

#1795

MikhailArkhipov avatar May 19 '16 15:05 MikhailArkhipov

Intellisense also doesn't work across multiple R files. Are these two somehow connected (I assume they both depend on making ASTs of all the files, not just the one currently opened) or should I start a new issue?

mvacha avatar Apr 03 '17 18:04 mvacha

It is the same task. Basically building and maintaining a database of symbols and tracking changes.

MikhailArkhipov avatar Apr 03 '17 18:04 MikhailArkhipov

Surely almost everyone using VS+RTVS to develop R code will want to write code that calls functions across files and will therefore find the absence of cross-file intellisense to be a hit to their productivity. For my current project, I have many functions with complicated argument lists and “No intellisense” is a showstopper so I’ve switched back to RStudio. Is there a way for this issue to be promoted on the list of priorities? I wish I had the skills to fix it myself…

PGS62 avatar Jan 18 '18 17:01 PGS62