{"id":18770746,"url":"https://github.com/robertov8/elixir_intellisense_rest","last_synced_at":"2026-04-29T00:05:19.335Z","repository":{"id":75520972,"uuid":"394086590","full_name":"robertov8/elixir_intellisense_rest","owner":"robertov8","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-08T23:11:09.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-29T07:42:21.014Z","etag":null,"topics":["elixir","elixir-language","elixir-language-server","intellij","intellisense","intellisense-support"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertov8.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-08T23:10:27.000Z","updated_at":"2023-03-05T00:16:37.000Z","dependencies_parsed_at":"2023-06-06T17:45:27.500Z","dependency_job_id":null,"html_url":"https://github.com/robertov8/elixir_intellisense_rest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertov8%2Felixir_intellisense_rest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertov8%2Felixir_intellisense_rest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertov8%2Felixir_intellisense_rest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertov8%2Felixir_intellisense_rest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertov8","download_url":"https://codeload.github.com/robertov8/elixir_intellisense_rest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239677802,"owners_count":19679135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","elixir-language","elixir-language-server","intellij","intellisense","intellisense-support"],"created_at":"2024-11-07T19:21:15.975Z","updated_at":"2025-12-12T00:30:15.097Z","avatar_url":"https://github.com/robertov8.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ElixirIntellisenseRest\n\nTo start your Phoenix server:\n\n  * Install dependencies with `mix deps.get`\n  * Start Phoenix endpoint with `mix phx.server`\n\nNow you can visit [`localhost:4000`](http://localhost:4000) from your browser.\n\nReady to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).\n\n\n## Servidor de integração\nTentativa de criar um servidor para desacoplar o autocomplete e todas as ferramentas de análise de código do elixir [(elixir-ls)](https://marketplace.visualstudio.com/items?itemName=JakeBecker.elixir-ls). objetivo é tentar melhorar o autocomplete das ferramentas da jetbrains.\n\n### POST - http://localhost:4000/api\n* request\n```json\n{\n    \"request\": \"suggestions\",\n    \"payload\": {\n        \"buffer\": \"\\ndefmodule MyModule do\\n    alias List, as: MyList\\n    MyList.flatten(par0,\\nend\\n\",\n        \"line\": 3,\n        \"column\": 23\n    }\n}\n```\n\n* response\n```json\n{\n    \"data\": [\n        {\n            \"metadata\": {},\n            \"name\": \"Chars\",\n            \"subtype\": \"protocol\",\n            \"summary\": \"The `List.Chars` protocol is responsible for\\nconverting a structure to a charlist (only if applicable).\",\n            \"type\": \"module\"\n        },\n        {\n            \"args\": \"atom\",\n            \"args_list\": [\n                \"atom\"\n            ],\n            \"arity\": 1,\n            \"def_arity\": 1,\n            \"metadata\": {\n                \"builtin\": true\n            },\n            \"name\": \"__info__\",\n            \"origin\": \"List\",\n            \"snippet\": null,\n            \"spec\": \"@spec __info__(:attributes) :: keyword()\\n@spec __info__(:compile) :: [term()]\\n@spec __info__(:functions) :: [{atom, non_neg_integer}]\\n@spec __info__(:macros) :: [{atom, non_neg_integer}]\\n@spec __info__(:md5) :: binary()\\n@spec __info__(:module) :: module()\",\n            \"summary\": \"Built-in function\",\n            \"type\": \"function\",\n            \"visibility\": \"public\"\n        },\n        ...\n    ],\n    \"size\": 44,\n    \"status\": true\n}\n```\n\n## Learn more\n\n  * Official website: https://www.phoenixframework.org/\n  * Guides: https://hexdocs.pm/phoenix/overview.html\n  * Docs: https://hexdocs.pm/phoenix\n  * Forum: https://elixirforum.com/c/phoenix-forum\n  * Source: https://github.com/phoenixframework/phoenix\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertov8%2Felixir_intellisense_rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertov8%2Felixir_intellisense_rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertov8%2Felixir_intellisense_rest/lists"}