Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/elixir-lsp/elixir_sense

Provides context-aware information for code completion, documentation, go/jump to definition, signature info and more
https://github.com/elixir-lsp/elixir_sense

Move ElixirSense tests to test/elixir_sense

4c6373a9f0d3430371cdc2a2bce8f24e57925a62 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Remove old API Comp

48a4c23f134c6385f2c65c35db4ceb2612ed13ea authored almost 8 years ago by Marlus Saraiva <[email protected]>
Remove old AIP Docl

37ba496d4cde8d3272dcd8462e3d2f94971ac0af authored almost 8 years ago by Marlus Saraiva <[email protected]>
Remove old API Defl

5c22fc5c8c1f432f370c8103db74bbe60c94d28f authored almost 8 years ago by Marlus Saraiva <[email protected]>
Remove old API Eval

eb41aa4e9b635588e1913f0c553ef7cf1e273212 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Handle set_context and use ElixirSense server

370b412ee195be471b67144e29541ce21112e87a authored almost 8 years ago by Marlus Saraiva <[email protected]>
Handler request for quote and match

657764c700e059c05d174473d4fa8b6f59e26782 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Handle request for expand

a606a7107caeb6e93b572d873bb550eeae6f1fad authored almost 8 years ago by Marlus Saraiva <[email protected]>
Fix look_for_functions_in_module loop problem

194649a802c4ee185322ce52843079c0f9553873 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Make func signature return position and pipe_before info

fddce7bb4a64d7d43efa40fc55c9844c9bfb6750 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Change ElixirSense.signature to receive code, line and col as parameters

766092b5d7dcdde8d3ebbed83641ca2001d55644 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Handle request for docs

b218a9c83d17202bd5dec10111aa88644c93e0c7 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Handle request for go-to-definition

0a3046077ff20e5478cd07b665f89de033a0e720 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Move request process logic to its own module

3a935ff165ed73d77c3a91d512d93aaa19876f90 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Use TCPServer for autocomplete

60ae0471427a3c22774d3f2260455af10397437b authored almost 8 years ago by Marlus Saraiva <[email protected]>
Provide signatures retrieved from docs and metadata

45bef0d6ad952ecd8e96deb3993923c5a22ac685 authored almost 8 years ago by Marlus Saraiva <[email protected]>
New TCPServer

e9703a50f1d75d4c3a00f0e18b7781fc38249cf6 authored almost 8 years ago by Marlus Saraiva <[email protected]>
New Metadata.get_function_params/3

f616ee6ffd9e2ad410d9cbda29974c940ebf86c5 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Store all functions params and lines when building the metadata

7d089145943513199cee61789535bdce6c417123 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Set Source.which_func/1 test descriptions

d963e5bd56c1ca240f9883f0a91295530cfdc811 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Move match code feature to its own provoder

743e24f992f4d78859b11718cc7561f3c10063e9 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Improve documentation

f0c87d8e258a9e00766dd602a85cdf4971e36aa3 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Defl API returns line 0 when line not found

d82a7ff7d14ac613d068eec362a41565ea2721a6 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Move code expansion logic to its own provider

a6c8e123746cbd6d899c7b5caa13c15f604b0dfc authored almost 8 years ago by Marlus Saraiva <[email protected]>
Fix code expansion containing recursive macros

813ebfecfdb4d62f31289d7d9d55e3a2bd255be9 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Fix compile warnings

dcf4f20e6d39393906e3e29444c562e492c884cb authored almost 8 years ago by Marlus Saraiva <[email protected]>
Simplify Parser.parse_string/4 tests

dda40cf33d5ba483962dbe2ecb149e2a42dfe2d7 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Ajust parser and tests for v1.4.0

5d381ab5d542696b01e2b2b784ef75e150cbc457 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Replace Enum.uniq with Enum.uniq_by

602984faebdcbb900f42ddaa3893d0a261e037bc authored almost 8 years ago by Marlus Saraiva <[email protected]>
Fix tests for Definition

45f469a29c5ce52507e48d6eebbdf7236c117230 authored almost 8 years ago by Marlus Saraiva <[email protected]>
Fix extra '@' when suggesting module attributes

97fa9a1ee7e07871d54f3e1a21517e67d26de926 authored over 8 years ago by Marlus Saraiva <[email protected]>
Temporarily include alchemist server

8b642d85903a1d69078b18b9917a66cb52a92c56 authored over 8 years ago by Marlus Saraiva <[email protected]>
Return documentation as maps instead of strings

065669f311a15b75ef02ad0e7b09f1b0d7c403df authored over 8 years ago by Marlus Saraiva <[email protected]>
More docs and Doctests

f668a878d7aff30fb1cfd735ec07b83a2fb83e11 authored over 8 years ago by Marlus Saraiva <[email protected]>
Doctest for Signature

c66bbc38952b79ac69258eb7dea75ff8668dd34e authored over 8 years ago by Marlus Saraiva <[email protected]>
Remove/rename functions in Definition

6be11124d90e49c860067030dcb600cf2c72fd1a authored over 8 years ago by Marlus Saraiva <[email protected]>
More docs and Doctests

727ab9609dfc1d714f6c6bbf2c17146ae687c305 authored over 8 years ago by Marlus Saraiva <[email protected]>
Doctest for Suggestion

0a799a85627088d972743b83f7eee41305ff546d authored over 8 years ago by Marlus Saraiva <[email protected]>
Add more tests for Goto Definition

5c521cf9b4b505d2bf750904fbfcdec61f98c67d authored over 8 years ago by Marlus Saraiva <[email protected]>
Add dialyzer's "-Wno_match" option

c2c7a13f9097527efd6e33ba55ab34a606d1bdf5 authored over 8 years ago by Marlus Saraiva <[email protected]>
Fix conpilation warnings

e71fdc7529614f134906409391911ac39a2917c9 authored over 8 years ago by Marlus Saraiva <[email protected]>
Return suggestions as maps instead of strings

e60843b5009b977eafc21113afb759c1a927ab21 authored over 8 years ago by Marlus Saraiva <[email protected]>
Define types for suggestions

0984c134053882207cc0b2e4e41d8b610ea483c0 authored over 8 years ago by Marlus Saraiva <[email protected]>
Remove unused post(...) from MetadataBuilder

677cf9a8f522be6c553281a1b5bdb2934df209d0 authored over 8 years ago by Marlus Saraiva <[email protected]>
More tests for MetadataBuilder

0ae632c89316137763e26f0b7cf20c7192be06be authored over 8 years ago by Marlus Saraiva <[email protected]>
Test errors fixing for Parser

6eb633ad9731204675883fb4e91a915fa024fd1f authored over 8 years ago by Marlus Saraiva <[email protected]>
Clean EVAL api + tests

dbb4b156b92dd7cc3d01f0a7324ca0ceca9583a8 authored over 8 years ago by Marlus Saraiva <[email protected]>
Test EVAL match request

e7a490b6c309d9163327a91e5d22bb4950892e92 authored over 8 years ago by Marlus Saraiva <[email protected]>
Move find signature to its own provider

8cb00bd1defa6eb32f3d23547abcfbf7d107b20c authored over 8 years ago by Marlus Saraiva <[email protected]>
Test find signature

b32e1bbf734e7eae7745e05b17039c80cbf686f3 authored over 8 years ago by Marlus Saraiva <[email protected]>
Using erlang 19.0

e75e9e4af59b1a0307b4614186a2892959f06982 authored over 8 years ago by Marlus Saraiva <[email protected]>
Test autocomplete for vars, params, attributes, callbacks and returns

2af33168d8e0fe469d46e0d5dee7025ed5b83694 authored over 8 years ago by Marlus Saraiva <[email protected]>
Remove unused code

b7283cfd07519feebbdfc924774cd7874b5e939f authored over 8 years ago by Marlus Saraiva <[email protected]>
Test docs for GenServer

3da9ac078e349f2b3a298975cd8ee21608950529 authored over 8 years ago by Marlus Saraiva <[email protected]>
Moving autocomple code to the Suggestion provider

99f2af78565426e89b526c19d8ab85d75f83eb8a authored over 8 years ago by Marlus Saraiva <[email protected]>
Refactoring

1084127a31fa7b474a06649f30581fc9daecac15 authored over 8 years ago by Marlus Saraiva <[email protected]>
Dialyzer

a5cc6b2bf83d0b25f262465740f729b3b81186c4 authored over 8 years ago by Marlus Saraiva <[email protected]>
Bringing the tests and ajusting the API

8d65779034d0ae58833c217e8ca5bf3d6fda8579 authored over 8 years ago by Marlus Saraiva <[email protected]>
Adding files from the code folder

fc9a9866b4ba7d985266c7a08bafc791509942cf authored over 8 years ago by Marlus Saraiva <[email protected]>
Initial version

44f9c5bccd43d22a517cc712eae215a6530745bb authored over 8 years ago by Marlus Saraiva <[email protected]>