Creating a custom autocomplete
Good afternoon, everyone.
I'm trying to find a guide on how to create a custom autocomplete feature for PhpStorm.
I want to implement Visualforce and Apex into PhpStorm so that I can use it as my code editor when working on Salesforce stuff.
Are there any guides online on how to create this kind of plugin?
Thanks!
请先登录再写评论。
Hello,
You can find official IntelliJ IDEA SDK for plugins here: <http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started.html>.