Noam-Dori / ros-integrate

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

Advanced "Home" CMake Highlighting #75

Closed Noam-Dori closed 1 year ago

Noam-Dori commented 1 year ago

Feature: Add intelligent highlighting to CMake in non CLion IDEs.

Background In issue (#73), basic PSI support was added for CMake in IDEs like PyCharm and IntelliJ. However, it only marks strings, grouping operators like parentheses, and the comment character #. This is not enough to do any work in CMake, and can even do damage in the case of comments. This must be addressed.

Details