Noam-Dori / ros-integrate

Extends IntelliJ-Based IDEs with ROS specific development tools
Apache License 2.0
22 stars 3 forks source link

autocompletion of package -> msg in a message file does not add dependency. #27

Closed Noam-Dori closed 4 years ago

Noam-Dori commented 4 years ago

Describe the bug When autocompleting in a .msg file by choosing an external package then a message in the package, no dependency tag is added the the original .msg file's package.xml.

To Reproduce Steps to reproduce the behavior:

  1. start autocompletion in a .msg file for a package other than the one the .msg file is in.
  2. *enter*
  3. choose a message file in the other package
  4. *enter*

Expected behavior in the package's package.xml, a new build dependency tag should be added.

Environment Information: