hi there,
fairly new sublime user here…
i’m using sublime with the Processing build system and syntax, which is great btw… (dropping my entire sketcbook folder into one sublime project was a revelation!)
anyhow, i’m wondering if there is a way one can know the fields/variables of class buried down the page somewhere…
often in the p5 editor I just copy and paste a classes constructor close by to where i initialize instances and comment it out… this way I can see what all its methods and fields are…
any way built into sublime that just might reveal these to me either by auto-complete or perhaps a rollover tooltip or something?
that said I just discovered I can split sublime into two columns, have the class on one side and the main file on the other, so this is a nice work around I guess…
thanks!