You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: