JakeBecker / elixir-ls

A frontend-independent IDE "smartness" server for Elixir. Implements the JSON-based "Language Server Protocol" standard and provides debugger support via VS Code's debugger protocol.
Apache License 2.0
843 stars 52 forks source link

how do I make @spec to print in my code? (if even possible) #211

Closed houmanka closed 4 years ago

houmanka commented 4 years ago

Hi everyone,

@spec is generating, how do I make it so it can print in my code? in VSCode, I used to click on it.

I can't find any keybinding for it and I am not sure what should I search for.

Thank you for your help in advance.

Screen Shot 2020-03-05 at 11 28 26 pm

JakeBecker commented 4 years ago

This project has moved!

It's now being maintained by proactive volunteers from the Elixir community over at elixir-lsp/elixir-ls. Updates will continue to be published from that repo to the original VS Code extension, so no need to switch plugins if you're using VS Code.

To avoid inundating the new maintainers with issues, please verify that your issue persists with the latest version of the extension (which is published from the new repo) before re-filing your issue there.

Thanks for using ElixirLS!