Coder Social home page Coder Social logo

elixir_intellisense_rest's Introduction

ElixirIntellisenseRest

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Servidor de integração

Tentativa de criar um servidor para desacoplar o autocomplete e todas as ferramentas de análise de código do elixir (elixir-ls). objetivo é tentar melhorar o autocomplete das ferramentas da jetbrains.

  • request
{
    "request": "suggestions",
    "payload": {
        "buffer": "\ndefmodule MyModule do\n    alias List, as: MyList\n    MyList.flatten(par0,\nend\n",
        "line": 3,
        "column": 23
    }
}
  • response
{
    "data": [
        {
            "metadata": {},
            "name": "Chars",
            "subtype": "protocol",
            "summary": "The `List.Chars` protocol is responsible for\nconverting a structure to a charlist (only if applicable).",
            "type": "module"
        },
        {
            "args": "atom",
            "args_list": [
                "atom"
            ],
            "arity": 1,
            "def_arity": 1,
            "metadata": {
                "builtin": true
            },
            "name": "__info__",
            "origin": "List",
            "snippet": null,
            "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()",
            "summary": "Built-in function",
            "type": "function",
            "visibility": "public"
        },
        ...
    ],
    "size": 44,
    "status": true
}

Learn more

elixir_intellisense_rest's People

Contributors

robertov8 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.