Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Andreas Stange
Total activity
11
Last activity
September 01, 2021 07:18
Member since
July 14, 2020 09:52
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (1)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
September 01, 2021 07:18
Thanks, the settings repository worked for me to synchronize my settings from IntelliJ to PyCharm (File > Manage IDE Settings > Settings repository...). Some tips for the "settings repository": On...
Community
IntelliJ IDEA Users
Can you export IntelliJ keymap scheme and use it on WebStorm?
0 votes
Created
June 02, 2021 08:41
I changed my workaround slightly such that the the fake script element does not appear in the generated output anymore: <% if (false) { %> ${"/*"}<script>${"*/"} <% } %> Note that you could also om...
Community
IntelliJ IDEA Users
JavaScript Language Injection in JSP
0 votes
Created
June 01, 2021 11:58
I just found out about Template Data Languages. But this did not work (or I use it wrong). When I specify the path to one of my tag files and set the Template Data Language to "JavaScript", then it...
Community
IntelliJ IDEA Users
JavaScript Language Injection in JSP
0 votes
Edited
June 01, 2021 11:54
Yes, this would be what I want.Problem is that it is not allowed in a *.tag file and IntelliJ does not know (cannot know) where I include the tag file. When I do <%@page contentType = "text/javascr...
Community
IntelliJ IDEA Users
JavaScript Language Injection in JSP
0 votes
Created
June 01, 2021 11:00
When using Settings | Editor | File Types, then everything JSP in the file is highlighted as error (e.g. <% %>).I still want JSP but the rest should be considered JavaScript, like when using <scrip...
Community
IntelliJ IDEA Users
JavaScript Language Injection in JSP
0 votes
Created
June 01, 2021 08:09
Actually, I just noticed that my trickery *does* work. I can just omit the closing fake-tag, because the opening fake-tag in the end is only a JavaScript comment and does not need a counterpart.Int...
Community
IntelliJ IDEA Users
JavaScript Language Injection in JSP
0 votes
Created
July 14, 2020 09:52
I need the very same thing. The original post is 11 years old, has there been any improvements on this issue?
Community
IntelliJ IDEA Users
Is it possible to define a custom inheritance method?
0 votes