Anantha Kumaran

Results 154 comments of Anantha Kumaran

Looks like I missed this message. > A similar question I might as well ask here: would it be possible to have jsx-tide be enabled for all rjsx-mode regardless of...

`signatureHelp` returns all the different signatures. It's possible to cycle through the different signatures / show them all at once. `quickinfo` doesn't seem to return all the function signatures though.

Does the flickering only happen with the multiline doc? With Emacs Lisp, I am assuming it renders only a single line doc?

I am ok with 2 and 3. about 1 could you explain how would you figure out if the user is planning to use `eslint`? via custom variable config? Personally,...

I agree, in the long run, LSP is the way to go. Then the question is mostly when?. I have been using LSP for other languages and the emacs client...

> If we are to change this behaviour to be more in line with how other "common" Emacs-functions work, it would really be great to have it work similarly at...

@jupl could you try this branch?

Could you share a minimal project where I can reproduce the issue. On Sun, Nov 25, 2018, 12:35 AM jupl I can still replicate the issue unfortunately. :( > >...

Thanks for the example, it was helpful in debugging. I have added two more fixes 1) fixes for same file are sent as two different code-edits by the plugin, I...

```typescript /** Apply each textChange in order, updating future changes to account for the text offset of previous changes. */ function forEachTextChange(changes: ReadonlyArray, cb: (change: ts.TextChange) => void): void {...