-
Notifications
You must be signed in to change notification settings - Fork 103
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
Added a basic Autocompletion to the script window #8658
base: master
Are you sure you want to change the base?
Conversation
@N-thony so I had a look, though I am not sure what to expect. I couldn't get it to do anything when I put a script in and hovered, etc. So I started typing new lines and it gave me some words I could use. I chose 1 and it included it. I chose cut What's next? Can it include the names easily of many R commands, from different packages? |
@N-thony I am still not sure whether more time on autocomplete can be a priority now? I am looking for "quick-wins" and this feature is more for R code developers than users. The same issue, number #8646 is titled with the hopefully small task, that I would really like and that is to make the cursor visible in a script. I wonder if this could be included here? |
@rdstern I have added here the code to maintain the cursor visible when you run the command with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@N-thony I am very happy to see the cursor and would very much like to merge this. But the autocompletion is now also automatically there and it never gives me any useful suggestions at this stage. So, could that be disabled for now?
@N-thony is anything happening here? I like seeing the cursor! |
@lloyddewit as discussed yesterday, I have implemented here a basic autompletion following the C# example from Jacob. Some keywords are probably missing but have a look.