Closed resolritter closed 5 years ago
I'm sending the event from within a custom node application, but tern_for_vim behaves the same way. For instance
Array.prototype.reduce() ^ - cursor
tern_for_vim would ask for types at column 0 here. My pattern would send a request for position 16 (.reduce). Both do not work and return a single ?.
.reduce
?
Am I missing some parameter into the request? I've tried
I'm sending the event from within a custom node application, but tern_for_vim behaves the same way. For instance
tern_for_vim would ask for types at column 0 here. My pattern would send a request for position 16 (
.reduce
). Both do not work and return a single?
.Am I missing some parameter into the request? I've tried