Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] limiting the suggestion list for m2e class auto completion

Hello all,
I sort of a newbie, so please be gentle.

Currently m2e integrates very well with eclipse. I have slf4j marked as a compile-scoped dependency and when I type "Logger[Ctrl+space]", slf4j Logger is on the list.
However, "com.atomikos.logging.Logger", also shows up on this list.
I have marked it as a "runtime" scope.
I don't want some class marked a "runtime" dependency to show up for code completion.

I want m2e to be smart enough to know what some classes should be filtered out.

How can I contribute to the m2e project?
I am not sure if this is part of "eclipse core" or "m2e" or if it requires changes from both sides.
I am not sure if this is something that other people want too.

Sorry for the bad english. Its not my native tounge.

Thanks.


Back to the top