Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor tab-completion #1276

Closed
dhirschfeld opened this issue Nov 22, 2016 · 9 comments
Closed

Editor tab-completion #1276

dhirschfeld opened this issue Nov 22, 2016 · 9 comments
Labels
enhancement pkg:codeeditor pkg:fileeditor status:Needs Discussion status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone

Comments

@dhirschfeld
Copy link
Member

...would be nice to have.

@blink1073
Copy link
Contributor

Agreed!

@blink1073 blink1073 added this to the Backlog milestone Nov 22, 2016
@ellisonbg
Copy link
Contributor

+1

I think the right way to abstract this is to use a formal notion of language services that include completion, etc.

@hrishikeshac
Copy link

It would be awesome to have this feature!

@zuoxingdong
Copy link

zuoxingdong commented May 8, 2018

Related to #3108

@Mxbonn
Copy link

Mxbonn commented May 27, 2018

+1!
The first image on the current documentation shows the scenario how I would use JupyterLab:

A jupyter notebook next to a python file in which I edit functions that I use often along multiple notebooks. Having the same language support in the text editor as in the notebook would be a game changer!

@yelled1
Copy link

yelled1 commented Jun 24, 2018

Why not use neovim (or even emacs) from the terminal? I realize JLab won't show graphics this way, but I bet we can have some python program updating a separate window.
Both have pretty good repl integrations BTW. Although neovim's iron.vim is rather new.
Also, can something like nyaovim be integrated with backend neovim? It's electron. So, it would even show graphics.
Not that I am not excited by the prospect but this may take a long long time to get it working.
BTW: I am already on the neovim on terminal. It works extremely well. All except that I cannot get the copy/paste on Elementary Os local machine with gCloud ssh back end.

@alsmnn
Copy link

alsmnn commented Aug 14, 2018

Tab auto completion for 'R' and 'Julia' would be very nice! It's the only thing holding me back from switching completely to jupyterlab as my #1 IDE.

@felixpatzelt
Copy link

Tab completion in the terminal would be great, too!

@jasongrout jasongrout removed this from the Future milestone Sep 5, 2018
@jasongrout
Copy link
Contributor

We now have tab completion in the editor when a kernel is associated: #5049. Thanks @ian-r-rose!

@jasongrout jasongrout added this to the 0.34 milestone Sep 6, 2018
@lock lock bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Aug 8, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement pkg:codeeditor pkg:fileeditor status:Needs Discussion status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

No branches or pull requests