Suggestions
See original GitHub issueWould 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:
- Created 7 years ago
- Reactions:5
- Comments:8
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@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 tovarTypewhen I asked about the implementation of Latte. It also makes sense to me with other tags for types liketemplateType.@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!