Git Product home page Git Product logo

Comments (8)

jnhyperion avatar jnhyperion commented on July 26, 2024 1

I see, this should be a plugin bug of keyword style: "Embedding arguments into keyword name".

Thanks for reporting, will fix in next version.

from hyperrobotframeworkplugin.

ejandzej avatar ejandzej commented on July 26, 2024 1

Fingers crossed, and thank you that you are developing this plugin :)

from hyperrobotframeworkplugin.

jnhyperion avatar jnhyperion commented on July 26, 2024

If your variable is static defined somewhere, we can try to search and get this value, this is doable in the future.

Or else your variable is dynamically passed from command line, the plugin will never know the value, the keyword navigation will be impossible.

from hyperrobotframeworkplugin.

ejandzej avatar ejandzej commented on July 26, 2024

In this situation, a variable will be defined when calling a keyword, e.g. Calibration step for BLACK / Calibration step for YELLOW, etc.

from hyperrobotframeworkplugin.

ejandzej avatar ejandzej commented on July 26, 2024

Hi, any update on that? This still not working, even in version 0.1.0

from hyperrobotframeworkplugin.

jnhyperion avatar jnhyperion commented on July 26, 2024

@ejandzej sorry, I haven't got time to fix this bug in 0.1.0, maybe will fix in 0.1.1.

from hyperrobotframeworkplugin.

jnhyperion avatar jnhyperion commented on July 26, 2024

@ejandzej I looked into this issue, found out there's no simple solution for it, because the navigation (keyword reference) actually works, but the the variable reference in the end is totally overlapped with the keyword, so when you click the keyword end, IDE does not know the variable or keyword you want to navigate.

there's a simple workaround for your case, just add a blank in your kw end, like this

"kw ${var} "

then when you press ctrl/cmd, you w'll see the underline in the blank, click it will navigate to the correct kw declaration.

from hyperrobotframeworkplugin.

jnhyperion avatar jnhyperion commented on July 26, 2024

finally found a proper solution, and fixed in 0.1.1.

from hyperrobotframeworkplugin.

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.