You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It would need filtering in the event handler to not clutter your code with all outputs. Not a very elegant approach, so not sure how others are doing this.
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.
The text was updated successfully, but these errors were encountered: