Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Parameter errors when method takes implicit #68

Open
WernerLDev opened this issue Oct 2, 2017 · 1 comment
Open

Parameter errors when method takes implicit #68

WernerLDev opened this issue Oct 2, 2017 · 1 comment

Comments

@WernerLDev
Copy link

Hello folks,

I recently started to use this extension and it's great to see intellisense for scala available. But, I have one minor issue. Every method in my code that takes an implicit as parameter is marked as an error (with red mark under the code). It says 'not enough parameters for method apply'. It looks like it doesn't understand implicits.

My code compiles fine so that's not the problem.

@dragos
Copy link
Owner

dragos commented Oct 13, 2017

It might be a problem to report to the ensime/ensime-server project. It provides all intelligence in this plugin (we're a thin layer on top).

One thing that trips Ensime quite often is classes that are not placed in the "right" directory for their package (Java style). If that's the case, you need to refactor your code.

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

No branches or pull requests

2 participants