Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in

Anton Lobov

Avatar
  • 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 October 11, 2018 09:20
    Good morning. You can create file templates for any kind of file you want using File -> Settings -> Editor -> File and Code Templates. There already exist several samples of JSON file templates: A...
    1. Community
    2. IntelliJ IDEA Open API and Plugin Development
    3. Create new .json file in specific directory
    • 0 votes
  • Created May 07, 2018 09:00
    You can try unregistering JsonSchemaReferenceContributor in your plugin usingExtensionPoint ep = Extensions.getRootArea() .getExtensionPoint<PsiReferenceContributorEP>(PsiReferenceContributor.EP_NA...
    1. Community
    2. IntelliJ IDEA Open API and Plugin Development
    3. Navigation within JSON schema
    • 0 votes
  • Created April 28, 2018 08:53
    You're correct about using a reference contributor. You'll need to create a PsiReferenceContributor and an Annotator. The first one will provide the references, the second one will highlight the er...
    1. Community
    2. IntelliJ IDEA Open API and Plugin Development
    3. Navigation within JSON schema
    • 0 votes
  • « First
  • ‹ Previous
Copyright © 2000– JetBrains s.r.o.