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

Support auto complete for nodes, packages etc. #38

Open
joshi-bharat opened this issue Aug 14, 2016 · 4 comments
Open

Support auto complete for nodes, packages etc. #38

joshi-bharat opened this issue Aug 14, 2016 · 4 comments
Assignees

Comments

@joshi-bharat
Copy link

Does the current version of plugin support auto-complete for ros related variables, package name, parameter names, xml tags etc. If yes, please mention how to use it. I could auto complete using tradition al Ctrl+Space.

@Levi-Armstrong
Copy link
Member

Sorry, I don't fully understand the question. Can you please provide an example of what is not working?

@joshi-bharat
Copy link
Author

joshi-bharat commented Aug 14, 2016

Thanks for the quick reply.
For example, In this code nippet <node pkg="nodelet" type="nodelet" args="manager"/>
If I type <no only and press Ctrl+Space which is default shortcut for completion in QtCreator will IDE suggest <node as an option or not.
Hope, I have made this clear.

@Levi-Armstrong
Copy link
Member

This does not exist yet. This would require a custom editor written for the xml files to provide ROS specific auto complete. Currently only standard auto-completion provided by Qt Creator is supported but there are plans to implement custom editors in the future.

@joshi-bharat
Copy link
Author

Great. Thanks for this plugin. Its been a great help to organize the ROS code.

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

3 participants