[ https://issues.apache.org/jira/browse/LIVY-7?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16196689#comment-16196689 ]
ASF GitHub Bot commented on LIVY-7: ----------------------------------- GitHub user pellmont reopened a pull request: https://github.com/apache/incubator-livy/pull/51 LIVY-7 added autocompletion api and implementation for scala 2.11 I started an implementation of the very old feature request (LIVY-7) for code autocompletion. This implementation works with scala 2.11. The scala 2.10 version is not yet implemented (would not fail, but just doesn't return any suggestions). I'd be happy if somebody could review and comment it. As for the API: I chose a synchronous call because resolving the code options shouldn't be a very long process (and if it were it wouldn't make sense anyway). You can merge this pull request into a Git repository by running: $ git pull https://github.com/pellmont/incubator-livy master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-livy/pull/51.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #51 ---- commit 2c91f983c3017700edd0e5c4ee5f859dbd91d0c4 Author: Pascal Pellmont <git...@ppo2.ch> Date: 2017-09-24T10:26:59Z LIVY-7 added autocompletion api and implementation for scala 2.11 commit ee8050274ee1c454016596ac14e82c604ac823c5 Author: Pascal Pellmont <git...@ppo2.ch> Date: 2017-09-28T17:15:35Z LIVY-7 code completion for scala 2.10 commit e44374f8539687e3a230e0f49c33c8912d1e7fca Author: Pascal Pellmont <git...@ppo2.ch> Date: 2017-09-28T18:02:21Z LIVY-7 code completion kind no more optional commit ec1516791aed17e0690dbc40e32b7bb00355a03f Author: Pascal Pellmont <git...@ppo2.ch> Date: 2017-09-28T18:02:21Z LIVY-7 code completion kind no more optional commit 1a9ad752a433c81b76e6791ed962c04d34451fed Author: Pascal Pellmont <git...@ppo2.ch> Date: 2017-09-28T20:31:46Z Merge branch 'master' of g...@github.com:pellmont/incubator-livy.git commit 344c95d40e6f22af995659b50436d02a98b68c8a Author: Pascal Pellmont <git...@ppo2.ch> Date: 2017-09-29T07:39:48Z LIVY-7 unit tests, kind non-optional commit 657452e3bbb3c74a0581a805551247867b8810b7 Author: Pascal Pellmont <git...@ppo2.ch> Date: 2017-10-03T16:48:53Z LIVY-7 better results with PresentationCompilerCompleter (available since scala 2.11.8) ---- > Add autocompletion API > ---------------------- > > Key: LIVY-7 > URL: https://issues.apache.org/jira/browse/LIVY-7 > Project: Livy > Issue Type: New Feature > Components: Interpreter > Affects Versions: 0.1 > Reporter: Erick Tryzelaar > > Add an ipython-esque autocomplete api to livy. -- This message was sent by Atlassian JIRA (v6.4.14#64029)