Sublime Forum

DOM API autocomplete

#1

I would like to see autocomplete menu for the input here:

        const input = document.createElement("input");

        input.removeAtt

I already installed lsp and lsp-typescript plugins. What else am I missing?

0 Likes

#2

Works for me.

  • Maybe unneeded but did you restart ST after installing LSP and LSP-typescript?
  • Did you see lsp-typescript at the bottom-left corner of the status bar?
  • Are you editing a file or a new buffer?
  • What’s the output of image for LSP-typescript?
1 Like

#3

Hi. Thanks.

  • Restarted
  • Not seeing lsp-typescript at bottom-left corner.
  • I believe its a file.
  • No such command…
0 Likes

#4

Then LSP is even not working. No clue though. Are you using ST 3 by the way?

0 Likes

#5

Ya weird. Used to work. ST4. Maybe uninstall and reinstall again. Let me try that.

0 Likes

#6

OK that worked lol. Weird. Thanks anyway @jfcherng :slight_smile:

0 Likes