Coder Social home page Coder Social logo

ilexir's People

Contributors

dm1try avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ilexir's Issues

Sticky tool windows for a project.

+----------------------------+
|                            |
|                            |
|                            |
|                            |
|                            |
|                            |
|                            |
+---------------+------------+
| iex(1)>...    | warn: tada |
|               |            |
+---------------+------------+
+----------------------------+
|                            |
|   +---------------+        |
|                            |
|                            |
|                            |
|                            |
|                            |
+---------------+------------+
|~ git status   | %{eval:    |
|               |   "result"}|
+---------------+------------+

Beside standard interactions(hide/show), client code should be able to "stick" a buffer into a specific position, create and reuse it depend on current context(a running host app/a performed action).

Test runner

  • ESpec runner
  • ExUnit runner
  • doctest support

Linter interface.

Should allow add errors/warnings to the nvim quicklist and highlight them simultaneously.
It makes sense allow to group the errors that are delivered from different sources.

Resolvers

Add ability to resolve issues added by linters automatically

Go to definition does not work if Elixir is precompiled on different machine

precompiled Elixir which is installed using asdf packet manager has Jose home path in debug info:

/Users/jose/OSS/elixir/lib/elixir/lib/keyword.ex
/net/isildur/ldisk/daily_build/19_prebuild_opu_o.2016-12-12_21/otp_src_19/lib/kernel/src/gen_tcp.erl

Solution: allow to provide paths to a local source(how will it work for different Elixir/OTP versions?)
The workaround: use a revision ref for installing through asdf to force the local compilation.

Ilexir compiler

"single-file-at-once" compiler, the core component of "compile-first" approach.

it should be able to cache a compiled file environment(__ENV__)/other_useful_data retrieved on the latest compilation and return it by request. Such data will be used by different components in the future(code completion/inline evaluation/go to def/etc)

User config

User should be able to compile plugin with disabling some features at all.
Also he should be able change some behavior(running linters/compile on save/etc) using standard way through vim config.

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.