-
Notifications
You must be signed in to change notification settings - Fork 82
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
<tab> touch completion not work with SAS code #45
Comments
I see this issue in the current code base, I'm not sure the cause yet but I'm looking into it. Jared |
This was never fixed, and Jared isn't at SAS anymore. So, I've looked at this and pushed a fix. I haven't worked on this code in a long time, so I still had |
Ok, there's a new release, 2.4.13 both here and on PyPI. All (both?) of the issues in the doc that was linked in here work, and I see no more errors trying the tab complete now. I'll close this, let me know if you find any other issues. |
Hi,
when we try to use completion function to ask SAS code sugestion, it doesn't work correctly.
=> With SAS PROC, you haven't suggestion on options.
PROC SORT DA => Jupyter NB doesn't suggest DATA option.
=> With Data step, the suggestion only is you writes a correct statement before.
DATA T ;
SE => Jupyter NB doesn't suggest statement. It suggest only if you write SET completly.
I attach a doc with my tests and associated kernal error.
Regards,
pascal
Jupyter_Notebook_SAS-Kernel-UI-problem.docx
The text was updated successfully, but these errors were encountered: