Giter Club home page Giter Club logo

Comments (8)

rchl avatar rchl commented on June 21, 2024

LSP-eslint is a linter. It doesn't provide any references.

If you meant to say LSP-typescript then provide a log from LSP: Toggle Log Panel command.

from lsp.

predragnikolic avatar predragnikolic commented on June 21, 2024

If you are talking about the Sublime Text show_definitions popup:

2024-01-20-133108_604x130_scrot

This popup has nothing to do with LSP, it is a Sublime Text feature that can be turned of with "show_definitions: false in Sublime Text preferences.

LSP find references look like this:
https://user-images.githubusercontent.com/6579999/128551752-b37fe407-148c-41cf-b1e4-6fe96ed0f77c.gif

Feel free to explore the docs for LPS https://lsp.sublimetext.io/features/#find-references

from lsp.

aashish108 avatar aashish108 commented on June 21, 2024

Thanks for that clarification! I should have known :/

Though it appears, the same issue happens when I find references via the LSP right-click menu as well as the Sublime Text hover references option. References are only checked if the file is open.

Sounds like a Sublime error, might ask in the forums.

from lsp.

predragnikolic avatar predragnikolic commented on June 21, 2024

This is the perfect place to ask questions about LSP :⁠-⁠)

I do not quite know what exactly you are seeing,
Can you post a screenshot of what you are seeing?

Also, do you have LSP-typescript installed?

If yes, please see the message above
#2396 (comment)

from lsp.

aashish108 avatar aashish108 commented on June 21, 2024

Cool! Here is what I mean, and this is with using the right-click > lsp > find references option. I have also attached the LSP-typescript config log.

Searching without file open
Screenshot 2024-01-20 at 14 36 31

Searching with file open
Screenshot 2024-01-20 at 14 37 00

Cheers.

LSP-typescript.config.txt

from lsp.

rchl avatar rchl commented on June 21, 2024

It all depends on the tsconfig.json configuration in your project. If typescript is not told where to look for your files then it will only be able to handle open files.

You should check for tsconfig.json is parent directories up to the workspace root.

from lsp.

aashish108 avatar aashish108 commented on June 21, 2024

The thing is we are not using Typescript thus there is no tsconfig.json. Its a React project but just using js/jsx. Where would I configure the files' location in this case?

Also, it's a big monorepo, if that matters.

from lsp.

aashish108 avatar aashish108 commented on June 21, 2024

You were right! Got it working with the below jsconfig.json :)

{
  "include": ["shells/direct-shell/src/**/*"],
  "exclude": ["node_modules", "**/node_modules/*"],
}

Thanks for pointing me in the right direction.

from lsp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.