Giter VIP home page Giter VIP logo

Comments (8)

philipbordallo avatar philipbordallo commented on September 15, 2024 3

A quick fix for this is to remove any ' by adding .replace("'", "") to the end of

rec_name = rec.get('name').replace('$', '\\$')

from tern_for_sublime.

easyfrog avatar easyfrog commented on September 15, 2024

Yes, same issue:
image

from tern_for_sublime.

simonhaenisch avatar simonhaenisch commented on September 15, 2024

anyone working on this?

from tern_for_sublime.

davae1an avatar davae1an commented on September 15, 2024

Can confirm this issue also

from tern_for_sublime.

codeHamster9 avatar codeHamster9 commented on September 15, 2024

yeap i'm in on this too...any solution in sight ?

it appears that adding '@' before the path works around the problem
not sure if this is by design.

just do '@/my-path-to/glory/starts/here' :octocat:

from tern_for_sublime.

simonhaenisch avatar simonhaenisch commented on September 15, 2024

My current solution was switching to VS Code for the better eco system. It has built-in code analyzing/intelligence for Typescript which can be enabled for Javascript as well with

{
  "javascript.implicitProjectConfig.checkJs": true
}

I still use ST for its speed though and would often prefer it, but too many plugin devs switched to Code and many plugins are not maintained properly anymore. And Code definitely has its benefits 🤓

from tern_for_sublime.

berkandirim avatar berkandirim commented on September 15, 2024

A quick fix for this is to remove any ' by adding .replace("'", "") to the end of

tern_for_sublime/tern.py

Line 438 in 91a27a3

rec_name = rec.get('name').replace('$', '\$')

This only removes the single quotes but still adding the extra '../' It should be replacing what you typed in quotes completely.

from tern_for_sublime.

ViggoV avatar ViggoV commented on September 15, 2024

Any news on this issue? It is incredibly annoying..

from tern_for_sublime.

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.