I need the cursor to help implement a method.
The implementation class of the input parameter is located in a third-party dependency package. How can I let the cursor obtain the specific information of this input parameter?
can you elaborate more on where that third-party dependency is located in your codebase? and what language/framework/platform you’re building for?
Sorry, I will add more information.
language: Java
framework: maven + springboot
platform: windows10
I need to implement a method where the input parameter is defined not in this project but in a third-party package imported by Maven.
Now I find that cusor can not obtain the defenition of input parameter
1 Like
thanks for the additional info!
have you tried linking the docs of that package in your chat?
or you could try linking the specific file to your chat if they’re in the same directory. i believe you can add a module in the same directory as your project. correct me if this isn’t the case