halfbrained / cuda_lsp

LSP Client plugin for CudaText
6 stars 4 forks source link

let's use new API #58

Closed Alexey-T closed 3 years ago

Alexey-T commented 3 years ago

beta is here http://uvviewsoft.com/c/

let's show tooltip near ( bracket. https://wiki.freepascal.org/CudaText_API#msg_status_alt

Alexey-T commented 3 years ago

and fix the api= line

halfbrained commented 3 years ago

Works: hint_ok

... but not on the next line: hint_err

Alexey-T commented 3 years ago

that was a bug! fixed the beta. updated

halfbrained commented 3 years ago

When the caret is against the closing bracket - popup is always anchored to caret position

Alexey-T commented 3 years ago

anchor to ( works only if caret pos is inside brackets, coz it counts/skips all pairs ().

halfbrained commented 3 years ago

Well yeah, I don't get function call params when i'm outside of (); here is the problematic position

hint_err2

Alexey-T commented 3 years ago

fixed; beta updated.