Giter Site home page Giter Site logo

intellij-parameter-hints's People

Contributors

bzrncev avatar othyn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

intellij-parameter-hints's Issues

Hint in wrong place when passing the string concatenation as parameter

Hi, first of all I wanted to thank you for making this nice extension. I just started using it, and it looks really nice!

I noticed a bug when I pass the concatenated string to a function/method - hint is placed in wrong position

Here is the minimal example to recreate the bug, and I've attached the screenshot of the result

<?php

function test($text)
{
  return $text;
}

test('a'.'b');          // works
test('a'.'b'.'c');      // hint after `'a'`
test('a'.'b'.'c'.'d');  // hint after `'b'`

Here is the result:
Selection_018

Expected result: text: is always at the beginning
Actual result text: is inserted between the concatenated string

Let me know if you need any additional info

slow loading plugin

I love the plugin. But when I click on the file I see slowness to load the parameters hints. It's bug?

Other language support

I think adding other languages than PHP would be really great. IntelliJ parameter hints are not PHP exclusive. I personally would be really interested in C# and Python

Strange delay

I was just delighted to find this extension. Thank you for creating it!

It is working fine, but every time I switch between files, there is a 4-11 second delay before the hints show up.

With one file it doesn't sound like a big deal, but when switching between files a lot, it's quite disturbing. :)

What am I doing wrong?

Thanks in advance.

Edit:
These are averages (using six tests each) across different file sizes
367 lines 10.24s
421 lines 7.68s
133 lines 5.31s
72 lines 4.30s

Parameter Hints aren't showing up

VS Code Version: 1.47.0
Framework : Laravel PHP 7
Theme : One Dark Pro

For some reason after installing the extension, the parameter hints aren't showing up.

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.