Noam-Dori / ros-integrate

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

add tags in the right order #32

Closed Noam-Dori closed 4 years ago

Noam-Dori commented 4 years ago

Feature: Tags should be added according to REP order.

Background It can be very annoying that tags are added in the beginning of the file and than having to sort them.

Details When an intention or a call to add a tag is made, instead of putting the new tag at the top, it will find the last appearance of a tag from the same order group or if none exist. If none exist, it will run the same check with the previous order group, and so on. If the search reaches the end with no previous result, it will be added first.