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

Content assist suggestions sorting. #56

Open
ovkhasch opened this issue Jun 24, 2014 · 2 comments
Open

Content assist suggestions sorting. #56

ovkhasch opened this issue Jun 24, 2014 · 2 comments

Comments

@ovkhasch
Copy link

This is an enhancement.

Content assist suggestions for keywords could be sorted in the following order for convenience:

  1. Keywords from the current file
  2. Keywords from the imported robot resources, grouped by file, with the source file name displayed.
  3. Library keywords (python, java) grouped by library with the library name displayed.

It would be probably even better if the user could switch between resource/library keywords with additional CTRL+Space like in java suggestions in eclipse (don't know if it is possible in idea).

Also it would be great if keywords from libraries were spelled in the suggestions in the standard way like this Run Keyword If instead of run keyword if.

@mtrubs
Copy link
Owner

mtrubs commented Jun 24, 2014

regarding the Case on the suggestion names; it should be case-insensitive but the resulting text generated on selection should match that of the file. so i think that part works correctly.

    def run_keyword_if(self, condition, name, *args):

@ovkhasch
Copy link
Author

That's true but everywhere in the robot documentation This Style is used for keywords. I think python code_style is different from robot :)

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

No branches or pull requests

2 participants