Ecosyste.ms: OpenCollective

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

IntellIJ Elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Collective - Host: opensource - https://opencollective.com/intellij-elixir - Code: https://github.com/KronicDeth/intellij-elixir

Show `alias` in preentations for Aliases

github.com/KronicDeth/intellij-elixir - feeb33e98993f02e2a1c01c8eb3790ae28b99932 authored almost 7 years ago
Prevent duplicates during multiresolve

github.com/KronicDeth/intellij-elixir - eb9887b7befce1796bb44a7f59b2e2e8f5721eab authored almost 7 years ago
Module PsiScopeProcessor to Kotlin

github.com/KronicDeth/intellij-elixir - 1e78fc78191de0121621e1bfc0135d8038c721c4 authored almost 7 years ago
module MultiResolve to Kotlin

github.com/KronicDeth/intellij-elixir - e59328971cf6bb3a143d0d0e61ad41d4be96361e authored almost 7 years ago
Module Resolver to Kotlin

github.com/KronicDeth/intellij-elixir - 480198caa80626d3c1480794e41eaa9c32db5517 authored almost 7 years ago
Function import Find Usages

github.com/KronicDeth/intellij-elixir - 3bce6431380d04a02b36a5d6fa7ca2e818eab4a9 authored almost 7 years ago
Function Multiple Modules Find Usages Tests

github.com/KronicDeth/intellij-elixir - c6465422b414e8707d095aa7e44f4bbd5830133b authored almost 7 years ago
Unused function find usages

github.com/KronicDeth/intellij-elixir - 365943e1239f7d64564c416c76b8c4ac5089f657 authored almost 7 years ago
Function Recursive Find Usages test

github.com/KronicDeth/intellij-elixir - 9262276ea6e268b588d2502725b3604a14618009 authored almost 7 years ago
Variable Find Usage tests

github.com/KronicDeth/intellij-elixir - b8d96206011295bede71a8c31ee0511ba1cc5a9a authored almost 7 years ago
Parameter Find Usage tests

github.com/KronicDeth/intellij-elixir - 229e9e258b437a539f533cd61fb46ae70cb6946b authored almost 7 years ago
Fix Callable reference tests

github.com/KronicDeth/intellij-elixir - 0a198a9f176be23ac026dd5af6a8418ed5175fe9 authored almost 7 years ago
If element can't be resolved, use element as primary element

github.com/KronicDeth/intellij-elixir - 7836fc5738317392580941abdb0bfe5576d5164f authored almost 7 years ago
Allow calls as targets for FindUsageProvider

Needed to counter not allowing them as targets in
TargetElementEvaluator. TargetElementEvaluato...

github.com/KronicDeth/intellij-elixir - bac9d23df7b0716adc8ff59e98039e91c625b110 authored almost 7 years ago
Make Find Usage and Goto Declaraction work together

github.com/KronicDeth/intellij-elixir - 52905ed878e254656258c108dba07258b4256957 authored almost 7 years ago
Override default separator in List<Digits>.textToString()

Default separator for joinToString is ", ", not "" in Kotlin, unlike
Elixir.

github.com/KronicDeth/intellij-elixir - 525b93a1362472b96f4b4e2866798f463b4f4c34 authored almost 7 years ago
Use Usage Type for `use MODULE`

github.com/KronicDeth/intellij-elixir - fc39b540af4356c1499ced0915c03ee4ce334093 authored almost 7 years ago
Remote Call Usage Type

github.com/KronicDeth/intellij-elixir - 3c8ce7ded462bab3194cae57361031b871b130d2 authored almost 7 years ago
Find Usage for decompiled module name

Find Usage for a use of a decompiled module name worked, but not when
clicking on the resolved n...

github.com/KronicDeth/intellij-elixir - be14b5a55690fd57d423514ea9f1517c02760c6f authored almost 7 years ago
NameArity class

Standardized on a real NameArity class that CANNOT have @Nullable name
or arity instead of using...

github.com/KronicDeth/intellij-elixir - 44b5b16fdfbbb7503a33caf11c47e7dd471f3dd3 authored almost 7 years ago
Don't show non-child paths as relative

github.com/KronicDeth/intellij-elixir - b4f1abb4a18af9aab8d5a78c6399c61f00293f6d authored almost 7 years ago
Show location string relative to project base path

github.com/KronicDeth/intellij-elixir - f851b85d3cb3ce41b6b6951da69ef1d305cd704d authored almost 7 years ago
Location string relative to source root

github.com/KronicDeth/intellij-elixir - 968b79d0b2cc4425727a7bcecf636358476002a4 authored almost 7 years ago
Decompiled extension from .ex to .beam.decompiled.ex

github.com/KronicDeth/intellij-elixir - 32db719a39804f5b981fce47073e92cb03be9bee authored almost 7 years ago
Exclude finding usages of compiled QualifiableAliases if source

github.com/KronicDeth/intellij-elixir - 266b8f2d899af8db326e041250d139ff27a7c6e6 authored almost 7 years ago
NameIdentifier to &name/arity is name/arity

github.com/KronicDeth/intellij-elixir - a85af2c4e9c2f147fac83c17aec279a8a2f031a5 authored almost 7 years ago
Resolve &name/arity to name arity

Fixes #644

github.com/KronicDeth/intellij-elixir - 38644daeec425b86b5a1fac85c98c8b642fa75ff authored almost 7 years ago
Module reference isRefernceTo

multiresolve the reference and then check if *any* of the resolved
elements match the passed ele...

github.com/KronicDeth/intellij-elixir - 1071b54f88c6efbb8e69eea55d5f1fd2ca801bb0 authored almost 7 years ago
Convert Module reference to Kotlin

github.com/KronicDeth/intellij-elixir - 5139ae4bf762093220f89383380536cf61a7ff8f authored almost 7 years ago
Outer most qualifiable alias as provided target

github.com/KronicDeth/intellij-elixir - 441b3d949021043314636224d541c9b4298ae6d9 authored almost 7 years ago
Find Usage of Alias from use find other uses of full name

github.com/KronicDeth/intellij-elixir - e81665068f6908f4b9cedb8c24ad36838e579e32 authored almost 7 years ago
Handler -> handler.Call

Will need to separate Handler based on the element type as resolving
Aliases to modules will be ...

github.com/KronicDeth/intellij-elixir - e39a90a13a60d6858d71aa424f6a321e4eedd008 authored almost 7 years ago
Treat other clauses of same definition clause as secondary elements

github.com/KronicDeth/intellij-elixir - f46a03d3419f500256b68599eae7464b39bc3a38 authored almost 7 years ago
Convert Modular to Kotlin

github.com/KronicDeth/intellij-elixir - d70a93d77e2fd432b84b1905d64638fb9e31d9b8 authored almost 7 years ago
Prevent single resolved to definer finding usages of definer macro

Find Usages automatically resolves the element at the caret's reference
and uses that as the tar...

github.com/KronicDeth/intellij-elixir - 068422baf550944191424e7305f60eb69a32b4b1 authored almost 7 years ago
Update to Grammar Kit 2017.1.2

github.com/KronicDeth/intellij-elixir - 4173b8cc70a028cbad51dfe5e634a58a69eaf712 authored almost 7 years ago
fixup! FindUsagesHandlerFactory

github.com/KronicDeth/intellij-elixir - 5be01e670e975bc12bd4d5a77ffa29a7d5dc2d29 authored almost 7 years ago
Properly detect Call definition clauses when element is head

github.com/KronicDeth/intellij-elixir - a7d3e65da3f3a8b12a0f99f11be84181701f8bf7 authored almost 7 years ago
Function call instead of Value read for function calls

github.com/KronicDeth/intellij-elixir - 6af0504671dc0aa0a47909f6d8043822c8636f81 authored almost 7 years ago
Callable.isReferenceTo is multiresolve aware

github.com/KronicDeth/intellij-elixir - b3e1e626943936f811cb2ad1c7a39eb3a49c056c authored almost 7 years ago
Convert Callable Reference to Kotlin

github.com/KronicDeth/intellij-elixir - e234fdf6bf79b0dcadb356b1928ad18c5dff315e authored almost 7 years ago
Wrap resolveWIthcaching in ReadAction

github.com/KronicDeth/intellij-elixir - 40d9d924a1bda3557a59992cff3b5d549a688622 authored almost 7 years ago
FindUsagesHandlerFactory

Add FindUsagesHandlerFactory, so a FindUsagesHandler can be supplied
that generatates multiple U...

github.com/KronicDeth/intellij-elixir - d8519836812af9fb150d3ca5a50e997ad7065b3d authored almost 7 years ago
Remove unneeded TargetElementEvaluator

github.com/KronicDeth/intellij-elixir - 191ba1f1470a62de1cf8081684243ec02be82f0b authored almost 7 years ago
Exclude ElixirEndOfExpression and PsiWhitespace from UseScope

github.com/KronicDeth/intellij-elixir - 34a739ffec1cface690322a1a1d11ca094945b83 authored almost 7 years ago
Include self in variable UseScope

Needed so that the variable declaration is found for Find Usage.

github.com/KronicDeth/intellij-elixir - 25c5379d35abebde15ccd0a190c2eec150f9abe8 authored almost 7 years ago
Don't need to override Callable.isReferenceTo anymore

References resolve to the call instead of the ElixirIdentifier, so the
isReferenceTo to make the...

github.com/KronicDeth/intellij-elixir - ac4502768bf3e12eb7f42ecf07ee0cac76bb0a1a authored almost 7 years ago
Function parameter declaratio usage type

github.com/KronicDeth/intellij-elixir - bda48aac6e93b49692f6061971bbb398f8769bef authored almost 7 years ago
Group usages into Value read and Value write

github.com/KronicDeth/intellij-elixir - bdcb0ea1cddeabe8fc0796d4e6dda70a9b44bbe6 authored almost 7 years ago
ReadWriteAccessDetector

Highlight read and write accesses

github.com/KronicDeth/intellij-elixir - 5b1d3cd397b1fb2d487283182dae80d16b8a1ace authored almost 7 years ago
Convert CallDefinitionClause Variants to Kotlin

github.com/KronicDeth/intellij-elixir - 0a1c3890ed6c0218edf928e85c03ec143fed22a1 authored almost 7 years ago
Adapt Callable annotator to use Calls instead of ElixirIdentifier

github.com/KronicDeth/intellij-elixir - 9e0acfd2c68baf8397469f32640fa9ca1392c527 authored almost 7 years ago
Resolve call references to call definition clause, not name identifier element

github.com/KronicDeth/intellij-elixir - 61ff194f967d0f4681236f2b3d6d0d9ccc1de978 authored almost 7 years ago
Convert Callable annotator to Kotlin

github.com/KronicDeth/intellij-elixir - 26318a467f74300e4b5c20f52f3252663dc99db7 authored almost 7 years ago
Mark ELixirLangauge as case sensitive for find usages

github.com/KronicDeth/intellij-elixir - 85c415ff54877b80c4ed4daa152e3b009f2fe293 authored almost 7 years ago
ElixirLanguage to Kotlin object

github.com/KronicDeth/intellij-elixir - 5efbbbd0b064aa793c0ed171b9b919368e11d75f authored almost 7 years ago
Show same presentation for CallDefinitionClauses in Goto Declaration

github.com/KronicDeth/intellij-elixir - ee22576b0567a19a15b2c687d124930c725e924c authored almost 7 years ago
UsageViewType for call definition head is function

github.com/KronicDeth/intellij-elixir - 0e84da5bba9541b642bc8457d70aa54e9de9874d authored almost 7 years ago
elixirc_paths find usage

github.com/KronicDeth/intellij-elixir - 3e6ca9313d9591522baaea3c3d04c004bbd4b9f0 authored almost 7 years ago
Call.getReference extension return should be nullable

github.com/KronicDeth/intellij-elixir - e412705985415d02e6da03566b143d0d5c8e5c01 authored almost 7 years ago
CallImplKt.computeReference was used in getReference(Call)

github.com/KronicDeth/intellij-elixir - 789facee4add8d34bf16b76149cc5f1a119a9ea3 authored almost 7 years ago
Add #1073 to changelogs

github.com/KronicDeth/intellij-elixir - c10c4264baa03c6ee3cedec4da29263e1217233d authored almost 7 years ago
Land #1073: Complete #{ with }

github.com/KronicDeth/intellij-elixir - e5be3718aee50c8ff4f81b7ee078e57619edec47 authored almost 7 years ago
Complete #{ with }

github.com/KronicDeth/intellij-elixir - e16ddd9403b9ef2e0bcc96e1f6d8f05d52a0cd70 authored almost 7 years ago
Add #1071 to changelogs

github.com/KronicDeth/intellij-elixir - 23a86d1e058ab0d3b764865e7f05571f64fc98ad authored almost 7 years ago
Land #1071: `erl_abstract_code` format Dbgi chunks viewer

github.com/KronicDeth/intellij-elixir - 4822216e424fe3c513f532f4c783637d3486a4a0 authored almost 7 years ago
Render name in Attributes view

github.com/KronicDeth/intellij-elixir - 68795fa8d0abc07fa24afc9bee6ad49b151c27ba authored almost 7 years ago
Add docs for erlang_abstract_code Abstract code views

github.com/KronicDeth/intellij-elixir - a9fd5c019addf34c1c1d5c44f395d1a5f9b9adb7 authored almost 7 years ago
AbstractCode MapFieldAssociation

github.com/KronicDeth/intellij-elixir - 014de7c71bb83c9a083f57367c96036c6e651b5e authored almost 7 years ago
maybe_improper_list

github.com/KronicDeth/intellij-elixir - 2650ef6b39b8c191f557b4d3bd41b5953944725b authored almost 7 years ago
Add byte to builtins

github.com/KronicDeth/intellij-elixir - a8e652160d0c06469accda7b684f238dc737c722 authored almost 7 years ago
Add char to builtins

github.com/KronicDeth/intellij-elixir - 6c3ae5459efb9e4ff56c67be59d79c8cfbcf7d70 authored almost 7 years ago
Add map to builtins

github.com/KronicDeth/intellij-elixir - 93f33a198954e3afee05cbefcdb50c01efe23e4c authored almost 7 years ago
Add function to builtins

github.com/KronicDeth/intellij-elixir - cdab003c34596c7786018686e43e166ee3f371ba authored almost 7 years ago
Multiple specs from one spec attribute

Erlang supports use of `;` to separate whole head + definitions clauses,
which isn't possible in...

github.com/KronicDeth/intellij-elixir - 44c9c98d944f5b052fc572b299ffa1e98f9ff29c authored almost 7 years ago
Add arity to builtins

github.com/KronicDeth/intellij-elixir - be32a49f03d2e48b210c60c83e8076b563ef3852 authored almost 7 years ago
Add builtins for disk_log_1

github.com/KronicDeth/intellij-elixir - 8d2ad88028bed662c746fb9fa02d86d9533e5da4 authored almost 7 years ago
Anonymous function type

github.com/KronicDeth/intellij-elixir - fe52ca6cce21900edeab91aae2d2e71cc62f2fbb authored almost 7 years ago
Rewrite types to uses structure in AbstractCode

github.com/KronicDeth/intellij-elixir - 31ca44346c2367995cb3ae02f8391cc67877ceca authored almost 7 years ago
bnot -> ~~~ and only space after not

github.com/KronicDeth/intellij-elixir - f2e17c8253a4ee15449dfba60765fd23d7fc1bd5 authored almost 7 years ago
tailrec headTailMacroStringDeclaredScope

Needed for really long list in wxe_master

github.com/KronicDeth/intellij-elixir - 49f044ac5b3dfb3013b55530ca4a78138e16bd85 authored almost 7 years ago
div and rem aren't operators in Elixir

github.com/KronicDeth/intellij-elixir - af35c2494d2b2bf78ac29ffa5d46ebcc66111e26 authored almost 7 years ago
Use same unquoting rules from decompiler

Makes sure gl:end is unquoted(:end).

github.com/KronicDeth/intellij-elixir - 84fe5351e4bbd0e033636ceb99cd2ee1db9e40db authored almost 7 years ago
Use |> when case expression has a do block

github.com/KronicDeth/intellij-elixir - 6295a80b0b17f9b27fd72467a6f1903a131a7490 authored almost 7 years ago
Use __MODULE__ to call record functions that need to be quoted

github.com/KronicDeth/intellij-elixir - 7e7170db47dbea1cac6f3c1f86ab3f868293f802 authored almost 7 years ago
as -> as? in Size.isDefault

github.com/KronicDeth/intellij-elixir - 24f331553ab24be18003965717a0c77481ea208c authored almost 7 years ago
Escape ' in charlists

github.com/KronicDeth/intellij-elixir - 638b21c9df95ad716c724081c2234f8b635104f3 authored almost 7 years ago
Assume &module.name/arity name is an atom node

github.com/KronicDeth/intellij-elixir - c762093ef2f46001424c4661a7a81b3a29255315 authored almost 7 years ago
Use bigIntegerValue to prevent out-of-range for Integer

github.com/KronicDeth/intellij-elixir - 9fc8d948276fbdc4c3157f5dffb75be9dab349ad authored almost 7 years ago
Use apply when call name is remote with var function

github.com/KronicDeth/intellij-elixir - 9e80f7510322fc0e830885d94c2480692dc137a9 authored almost 7 years ago