Function/Method/Class List
As my Linqpad snipperts grow in lines of code... I start to miss a "Function List"
The list will be useful to jump to a Class/Method/Property, etc.
I Suggest the inclusion os a pane in the right of the code area (with a hotkey to show/hide, I suggest F10 key and be configurable/changeable)...
Here is a representation of the suggested list
class1 <- class
class1.start() <- class method
class1.stop()
class1.x <- class field/property
class1.y
go( c, time) <- function
xClass1 <- class
xClass1.render( x, y, z ) <- class method
(...)
ZEE
The list will be useful to jump to a Class/Method/Property, etc.
I Suggest the inclusion os a pane in the right of the code area (with a hotkey to show/hide, I suggest F10 key and be configurable/changeable)...
Here is a representation of the suggested list
class1 <- class
class1.start() <- class method
class1.stop()
class1.x <- class field/property
class1.y
go( c, time) <- function
xClass1 <- class
xClass1.render( x, y, z ) <- class method
(...)
ZEE