Hacker News new | ask | show | jobs
by MetricExpansion 1563 days ago
I didn’t think NetBeans supported C++ anymore?
1 comments

Yeah, at least according to the repo it seems they now delegate to the ccls language server and just do syntax highlighting via the textmate plist grammars that are so commonly paired with language servers

* https://github.com/apache/netbeans/tree/12.3/cpplite#cpplite

* https://github.com/apache/netbeans/blob/12.3/cpplite/cpplite...