This maybe be a feature request or just something that I overlooked:
I would like to evaluate an expression or top level symbol and then get the result in vimscript, so I can insert it below the symbol name in the code view - similar to how PSCIDEaddTypeAnnotation inserts the type. This mostly saves me switching back and forth between a psci window and the code, but has other nice properties as well.
It seems there is no related feature in the psc-ide protocol, so I'll probably have to ask there, but I wanted to ask here first, to hear if I'm missing a psc-ide-vim feature and if others think this may be a useful feature.
This maybe be a feature request or just something that I overlooked:
I would like to evaluate an expression or top level symbol and then get the result in vimscript, so I can insert it below the symbol name in the code view - similar to how
PSCIDEaddTypeAnnotationinserts the type. This mostly saves me switching back and forth between a psci window and the code, but has other nice properties as well.It seems there is no related feature in the psc-ide protocol, so I'll probably have to ask there, but I wanted to ask here first, to hear if I'm missing a psc-ide-vim feature and if others think this may be a useful feature.