Commit Graph

23 Commits

Author SHA1 Message Date
Dmitry Batkovich 60921be2e3 relevant method chain completion: do not suggest casts for introduced variable (EA-108521) 2017-10-26 16:36:55 +03:00
Dmitry Batkovich 87e841ef88 relevant method chain completion: chains ended with casts are valid too 2017-09-25 17:35:44 +03:00
Dmitry Batkovich 07a4324053 Merge branch 'db/method-chains-with-casts'
# Conflicts:
#	java/compiler/impl/src/com/intellij/compiler/chainsSearch/context/ChainCompletionContext.java
2017-09-25 12:40:26 +03:00
Dmitry Batkovich eb9fd79648 add tests for completion with casts 2017-09-25 12:32:08 +03:00
Dmitry Batkovich 86829cac3e java property index 2017-09-06 10:40:47 +03:00
Dmitry Batkovich 7b978a1d48 relevant method chain completion: do not suggest chains qualified with enclosing local variables 2017-07-17 16:36:45 +03:00
Dmitry Batkovich d55416e473 java smart completion sorting: split getter kind into 3 kinds with different priority (getter should have a higher priority then any relevant method chain) 2017-07-04 11:17:59 +03:00
Dmitry Batkovich b1d40b518b relevant method chain completion: introduce new field if completion for field initializer is called (EA-103019) 2017-06-14 16:53:21 +03:00
Dmitry Batkovich 1279ab20d8 method chain completion: make it works inside return statement 2017-05-29 19:16:06 +03:00
Dmitry Batkovich 18592664b7 method chain completion: remove sub lookup element (automatic argument insertion) 2017-05-15 16:27:16 +03:00
Dmitry Batkovich a82a3842bb method chains search: check assignability; use name suggester; use JavaChainLookupElement 2017-04-28 18:20:11 +03:00
Dmitry Batkovich 0301170130 method chains completion: fix tests (class shouldn't be functional) 2017-04-26 19:21:47 +03:00
Dmitry Batkovich af57b8414a method chain completion: suggest chains for collection of elements 2017-04-20 18:46:21 +03:00
Dmitry Batkovich 4d79d6635a method chain completion: suggest chains for arrays 2017-04-20 16:12:08 +03:00
Dmitry Batkovich 9f13e80bc1 method chain completion: use proper qualifier, not method declaration class 2017-04-20 12:23:55 +03:00
Dmitry Batkovich 91fa3f1dbe method chain search use PsiType-s instead of raw strings 2017-04-03 16:07:09 +03:00
Dmitry Batkovich ba7188dc42 Methods chains completion for arrays 2014-02-17 14:36:14 +04:00
Dmitry Batkovich 7c961a7efe implementation of methods chain completion indexing on jps 2013-12-05 17:34:31 +04:00
Dmitry Batkovich 627a698370 build fix 2013-11-01 15:39:10 +04:00
Dmitry Batkovich f5ed1c11ea methods chains completion on one index 2013-11-01 15:10:37 +04:00
Dmitry Batkovich ca4af156d6 selection after methods chains completion fixed and chain relevance improved 2013-10-24 12:58:14 +04:00
Dmitry Batkovich 80106fc16c selection after methods chains completion and checking parameters in context 2013-10-24 12:47:33 +04:00
Dmitry Batkovich 56f3a39c69 method chains completion 2013-07-12 12:48:39 +04:00