question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Would be possible make some suggestions? I can imageine something like phpDoc notaion

{** @var \Entity\User $test *}
// comment above would suggest public methods and properties from \Entity\User entity
{$test->}

Is this possible and valid for this plugin?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:5
  • Comments:8

github_iconTop GitHub Comments

2reactions
mesourcommented, Feb 21, 2020

@dakur thanks.

I think it is not the same as in PHP. Because in Latte are used macros (now named as “tags”). And only in these tags you can use PHP. I think of a tag as a placeholder for certain code in PHP and it can also be an @var annotation. I originally wanted {** ... *} but then someone told me it would be better via tag. David did not object to varType when I asked about the implementation of Latte. It also makes sense to me with other tags for types like templateType.

1reaction
dakorparcommented, Aug 18, 2018

@JanTvrdik @matej21 I believe this feature is one of most important. If we do some campaign and find some people who are willing to put some money into it (I definitivelly am and believe many more people would also pay for this) would you implement this? Sadly my knowledge of Java and PHPStorm framework is non existant but this is something I would really like to see. It’s something that’s really missing!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Suggestion Definition & Meaning - Merriam-Webster
a · the act or process of suggesting ; b · something (as a thought or plan) that is suggested.
Read more >
Suggestion - Definition, Meaning & Synonyms | Vocabulary.com
A suggestion is an idea someone proposes. You can accept or reject a suggestion. When someone gives an order — like in the...
Read more >
SUGGESTION | definition in the Cambridge English Dictionary
an idea, plan, or action that is suggested or the act of suggesting it: I don't know what to wear tonight - do...
Read more >
85 Synonyms & Antonyms for SUGGESTIONS - Thesaurus.com
Find 85 ways to say SUGGESTIONS, along with antonyms, related words, and example sentences at Thesaurus.com, the world's most trusted free thesaurus.
Read more >
Suggestion - Wikipedia
Suggestion is the psychological process by which a person guides their own or another person's desired thoughts, feelings, and behaviors by presenting ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found