Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Anton Lobov
Total activity
30
Last activity
June 19, 2019 09:35
Member since
April 28, 2018 08:53
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Articles (0)
Posts (0)
Comments (23)
Sort by recent activity
Recent activity
Votes
Created
June 19, 2019 09:35
You shouldn't use JavaDirectoryServiceImpl#createClassFromTemplate directly, you should create your own logic similar to this, with your own template and with some json-specific code. CreateFromTem...
Community
IntelliJ IDEA Open API and Plugin Development
Create new .json file in specific directory
0 votes
Created
June 19, 2019 09:13
Yes, resources/fileTemplates should work as well. You pointed in a correct direction yourself, you should take a look at com.intellij.psi.impl.file.JavaDirectoryServiceImpl#createClassFromTemplate....
Community
IntelliJ IDEA Open API and Plugin Development
Create new .json file in specific directory
0 votes
Created
June 19, 2019 08:38
Hello Amir, Sorry, was unable to reply yesterday. I see what you need, you need to create your own file/code template, then you can use Velocity template language in your template, and update the t...
Community
IntelliJ IDEA Open API and Plugin Development
Create new .json file in specific directory
0 votes
Created
June 18, 2019 12:07
Hello Asharif, Thanks for your question. Could you please explain a bit more what do you mean by "from the GUI"? Does our standard live templates mechanism suit your purposes, and you just want to ...
Community
IntelliJ IDEA Open API and Plugin Development
Create new .json file in specific directory
0 votes
Created
June 03, 2019 14:28
Some subsystems are historically located in the projects where their owners reside. JSON and YAML are such examples, located in WEB and RUBY despite being part of IntelliJ project. Don't worry abou...
Community
WebStorm
JSON schema resolving $ref by $id
0 votes
Created
June 03, 2019 13:38
Thanks a lot for the report. You're right, currently we don't resolve schemas by IDs locally if those IDs look like URLs. I created a new ticket: https://youtrack.jetbrains.com/issue/WEB-39208, fee...
Community
WebStorm
JSON schema resolving $ref by $id
2 votes
Created
March 13, 2019 09:25
I see, thanks a lot for clarifying. I'll take a look what can be done to improve that. Created a new ticket, feel free to upvote it to subscribe to updates: https://youtrack.jetbrains.com/issue/WEB...
Community
IntelliJ IDEA Open API and Plugin Development
JavaScript.JsonSchema.ProviderFactory extension overrides other completion contributions
0 votes
Created
March 12, 2019 07:14
Hello, Rouzwawi, Sorry for an unexpected API change. You can implement a 'JsonSchemaCatalogExclusion' component for your kind of YAML files, this will disable JSON schemas for particular file you s...
Community
IntelliJ IDEA Open API and Plugin Development
JavaScript.JsonSchema.ProviderFactory extension overrides other completion contributions
0 votes
Created
January 21, 2019 16:38
Hello Sebastian, Sorry for an unexpected API change. You have two options, I'm not sure if the first one works, but you may try it. 1) try using both 'first' and 'before' order="first, before YamlJ...
Community
IntelliJ IDEA Open API and Plugin Development
YAML completion contributor
1 vote
Created
December 06, 2018 12:42
That's great, thanks a lot for confirming!
Community
IntelliJ IDEA Users
Table aliases with 2 suffix on SQL JOIN autocomplete
0 votes
Next
›
Last
»