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

TabCompletion console argument is ignored #1845

Open
slozier opened this issue Dec 18, 2024 · 1 comment
Open

TabCompletion console argument is ignored #1845

slozier opened this issue Dec 18, 2024 · 1 comment

Comments

@slozier
Copy link
Contributor

slozier commented Dec 18, 2024

In ipy -? the TabCompletion option is shown:

-X TabCompletion: Enable TabCompletion mode

Looking at the source the TabCompletion option is only used in the Microsoft.Scripting.Hosting.Shell.ConsoleHost.CreateConsole to decide whether to run a basic or super console. Since IronPython is overriding the method in its own PythonConsoleHost, the option does nothing.

Off the top of my head, here are some ways we could handle this:

  • Remove the option from the help listing at the IronPython level.
  • Update the DLR to make the option obsolete (we could "promote" the BasicConsole option to the DLR).
@BCSharp
Copy link
Member

BCSharp commented Dec 18, 2024

  • Update the DLR to make the option obsolete (we could "promote" the BasicConsole option to the DLR).

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants