gdelmas / IntelliJDashPlugin

A smart and simple plugin that provides keyboard shortcut access for Dash, Velocity or Zeal in IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm and Android Studio.
MIT License
1.09k stars 73 forks source link

@cursor in code snippets do not work in IntelliJ idea #82

Closed superbaobei closed 4 years ago

superbaobei commented 4 years ago

I install this plugin in my idea,and then I type my first test snippet in dash ,what I type as follow: public void test() { System.out.println("test"); }@cursor What I want is when I type test in idea,then the cursor will in the last location of this snippet.But it is not the case,what I get is image,the cursor is in Dash's search text,how can I fix this ?help me

gdelmas commented 4 years ago

This plugin only provides reference lookups in Dash. It does not handle any snippet features, either provider by Dash or Idea.