Sublime Forum

Variables and Functions defined

#1

Dear All,
I am a new user of sublime text. I have been spoiled by the likes of RStudio which gave me the functionality to see all the variables and functions etc that have been defined (e.g a <- 2 (will show on the Global Environment Panel)). With sublime text, however, I do not see where to get this functionality of having a pane that shows me which variables have been defined. Is there such a thing with Sublime Text, or any package I can install to get such functionality?

Regards
Singa

0 Likes

#2

Sublime Text is primarily a text editor - beyond some syntax highlighting rules it does not have an understanding of your code and thus can’t provide all the same information as a full IDE. There are however plugins like LSP that may provide the functionality you’re looking for.

1 Like

#3

I see. Thank you.

0 Likes