Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use textEdit to avoid ambiguity #496

Closed
2 tasks done
princemaple opened this issue Feb 23, 2021 · 1 comment
Closed
2 tasks done

use textEdit to avoid ambiguity #496

princemaple opened this issue Feb 23, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@princemaple
Copy link
Contributor

princemaple commented Feb 23, 2021

Related to #27 and #28

Environment

  • Elixir & Erlang versions (elixir --version): 1.11.3
  • Operating system: Win10
  • Editor or IDE name (e.g. Emacs/VSCode): Sublime
  • Editor Plugin/LSP Client name: LSP (https://github.com/sublimelsp/LSP)

Troubleshooting

  • Restart your editor (which will restart ElixirLS) sometimes fixes issues
  • Stop your editor, remove the entire .elixir_ls directory, then restart your editor
    • NOTE: This will cause you to have to re-run the dialyzer build for your project

If you're experiencing high CPU usage, it is most likely Dialyzer building the PLTs; after it's done the CPU usage should go back to normal. You could also disable Dialyzer in the settings.

Logs

the beginning:
https://discord.com/channels/280102180189634562/645268178397560865/813535858287312947

we did some digging, with communication logs
https://discord.com/channels/280102180189634562/645268178397560865/813566113190379611

my video recording 1, completion of module name removes prefix. This is not a problem in VSCode - VSC and ST probably treat prefix differently.
https://discord.com/channels/280102180189634562/645268178397560865/813883618778021950
recording1

my video recording 2, completion of atom removes :, I can't get VSCode to trigger this completion at all, works half successfully in ST
https://discord.com/channels/280102180189634562/645268178397560865/813904959921192980
recording2

@axelson axelson added the enhancement New feature or request label Feb 27, 2021
@lukaszsamson
Copy link
Collaborator

Closing this as it's already tracked in #28. Thanks for investigating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants