duckietown / hatchery

🐣 An IDE for building ROS applications
http://www.ros.org/
Other
8 stars 1 forks source link

plugin interferes with inspections of XML plugins #30

Open Noam-Dori opened 4 years ago

Noam-Dori commented 4 years ago

Some plugins offer additional inspections and features for XML files. Since this plugin overrides package.xml files with its own file, I cannot use these features. For example: the other ROS Support plugin adds package completion for tags, but it cannot do so on the custom file type defined.

Is there a way to allow both plugins to work?

breandan commented 4 years ago

Good question! I'll look into this, probably there is a better way to offer inspections inside XML files.