Giter Site home page Giter Site logo

Comments (4)

AlexHaxe avatar AlexHaxe commented on June 27, 2024 1

ok, I can confirm that code ~/Projects/SomeProject does not show hovers. however cd ~/Projects/SomeProject; code . does, so I guess change the way you invoke your IDE?!
I'm not sure what can be done here or who's at fault.

from vshaxe.

madneon avatar madneon commented on June 27, 2024

It looks like symlinks are the problem.

Directory containing my projects/sources is a symlink to another location. Looks like hints are working fine when I open any project from "real" path, instead of my shortcut path.

Btw. there is no errors in Developer Console, idk what else I could provide to help diagnose this.

from vshaxe.

AlexHaxe avatar AlexHaxe commented on June 27, 2024

I've tried symlinking a project folder and then a src folder. in both cases I could hover just fine. I don't know how to reproduce your issue. can you give more detailed instructions?

I'm using VSCode to test, I hope it's not something that only happens with the off-brand one.

from vshaxe.

madneon avatar madneon commented on June 27, 2024

@AlexHaxe here are steps to reproduce my situation on Linux:

1. mkdir -p ~/.backup/Projects
2. ln -s .backup/Projects ~/Projects  # this is relative link, maybe that's important
3. cd ~/Projects
4. mkdir SomeProject
5. cd SomeProject
6. ...create some Haxe sources

7. codium ~/Projects/SomeProject  # this is bugged - no Hints

8. codium ~/.backup/Projects/SomeProject  # this works fine

I confirmed it again following (c&p) above steps.

from vshaxe.

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.