Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
yoskaldyr
Total activity
13
Last activity
April 08, 2024 15:03
Member since
March 30, 2024 17:39
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
1
Activity overview
Posts (1)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
April 03, 2024 16:30
“existing facilities” is too abstract :(What classes do I have to extend?Because I can find a lot of examples how to use MultiHostInjector, I can find examples how to extend lexer or parser.But I h...
Community
IntelliJ IDEA Open API and Plugin Development
Injecting PHP in HTML in PHP files
0 votes
Created
April 03, 2024 11:44
Community
IntelliJ IDEA Open API and Plugin Development
Injecting PHP in HTML in PHP files
0 votes
Created
April 03, 2024 11:34
I created addon with only 1 extension with extension class provided by you. And variables from classic php block `<?php ?>` aren't visible in `<php>` tagsIs it possible that your tests hack visibil...
Community
IntelliJ IDEA Open API and Plugin Development
Injecting PHP in HTML in PHP files
0 votes
Created
April 02, 2024 20:56
Just checked this example above. And yes autocomplete and inspections are working, but only with local scope of the contents of each `<php>` tag, because it has own visibility/context and separate...
Community
IntelliJ IDEA Open API and Plugin Development
Injecting PHP in HTML in PHP files
0 votes
Created
April 02, 2024 17:40
perfect! Thank you!
Community
IntelliJ IDEA Open API and Plugin Development
Injecting PHP in HTML in PHP files
0 votes
Edited
April 02, 2024 17:27
Thank you!Will this injection be similar to injectablePhp created in Language Injection settings (no inspections/auto complete and errors checks) or more like some preprocessor explained in link in...
Community
IntelliJ IDEA Open API and Plugin Development
Injecting PHP in HTML in PHP files
0 votes