> Is it viable, in longer-term future, to have features similar to what > KDevelop > can do for C++? (semantic highlighting, esp. the color variation based > on similarity of variable names, automatic creation of a stub of a > nonexistent function based on a function call, etc.).
I don't think the semantic highlighting is possible. Creating a stub based on a function call, would be possible if the completion server would share this information with the plugin.
