Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First setup experience #40

Open
3 tasks
marcelhollerbach opened this issue Aug 25, 2016 · 1 comment
Open
3 tasks

First setup experience #40

marcelhollerbach opened this issue Aug 25, 2016 · 1 comment

Comments

@marcelhollerbach
Copy link

marcelhollerbach commented Aug 25, 2016

Hello,

i started to use this plugin yesterday. I pretty much like the "autoconfigure" idea of it.

A few problems happend when i started to work with it.

  • flags.make was parsed a bit wrong, for C projects CFLAGS is the flag to look for not CXXFLAGS
  • compiler_commands.json parses the flags a bit wrong, it takes all flags except -g and stops if -o or -c was specified. Problem here is that the compiler flags do not need to follow a specific order, so after a -o/-c a -I can still happen, so a few flags are probebly lost
  • It would be super usefull if the error highlighting could be added, so errornous lines where underlined red.

(I addessed the first two issues in a PR)

Otherwise awesome plugin!

@pfultz2
Copy link
Owner

pfultz2 commented Sep 12, 2016

Ok so I added fixes for the first to issues on develop branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants