question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I would like to provide C/C++ formatting support. The following features shall be initially provided:

  • C/C++ formatter based on CDT (see #231)
  • Include order changes based on existing code for ImportOrderStep
  • Extension for Gradle/Maven whereas Maven will use default file name extensions and Gradle probably the native-specs (have to do some reading first…)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
fvghcommented, Mar 30, 2019

The usage of IncludeOrganizer as it is provided by CDT is not an option.

  • The amount of dependencies on other Eclipse components is quite high.
  • Only a very small set of options is supported without pre-knowledge of the project setup (knowledge which headers belong to other libraries). Unfortunately even the header substitution is not applied.
  • The results differ for the same configuration depending whether it is run with a project or without. This cannot be easily worked-around.

All in all it seems a better idea to implement an own organizer similar to the Spotless Java Import sorter.

0reactions
nedtwiggcommented, Aug 25, 2020

As of plugin-gradle 5.2.0 we also support clang-format. PR for maven welcome 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Best CC support? : r/leagueoflegends - Reddit
Morgana has not that much CC compared to champs like Thresh or Nami, I would say Nami has a little bit more utility,...
Read more >
Help Desk Software | Support.cc by 500apps
Support.cc provides the simplest and most affordable way for businesses to manage customer support with a virtual help desk solution that is cloud-based...
Read more >
CCSupport - Cydia - Jay Freeman (saurik)
CCSupport adds the ability for other developers to add their own modules to the Control Center. It does so in a safe way...
Read more >
Support Resources for Students - Colorado College
Support Resources for Students ... Academic and Career Development Resources; CC Community and Student Organizations; International Students ...
Read more >
Personal Credit Card Contact & Support | Capital One Help ...
Customer Service: 1-800-CAPITAL (1-800-227-4825) (For servicing of existing accounts only) · Outside the US, call collect: 1-804-934-2001 · Online banking support ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found