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

Language based on Framework #25

Closed joshhornby closed 10 years ago

joshhornby commented 10 years ago

Is there a way I can overwrite to automatic language selection?

I am using Laravel and I want to search the Laravel docs by default not the standard PHP.

gdelmas commented 10 years ago

when searching in a php document you also search the laravel docs.

does laravel and php overlap a lot?

why would it make sense to not search php when using laravel? i guess there are still some php functions in use when using laravel.

joshhornby commented 10 years ago

By default I just want to search Laravel first. I find my self searching Laravel docs a lot more than PHP.

So would be nice to be able to set a default. 

--  Josh Hornby

On 4 July 2014 at 12:57:29, Gerard Delmàs (notifications@github.com) wrote:

when searching in a php document you also search the laravel docs.

does laravel and php overlap a lot?

why would it make sense to not search php when using laravel? i guess there are still some php functions in use when using laravel.

— Reply to this email directly or view it on GitHub.

gdelmas commented 10 years ago

by changing that you couldn't search in php anymore without changing the default. can you give some examples what you would search for in laravel.

joshhornby commented 10 years ago

I just find when I am using the shortcut feature I want to search Laravel more often than I search PHP.

Would be nice for the user to pick what default they want to open.

gdelmas commented 10 years ago

please provide some examples, like i asked before. this way i can evaluate if it makes sense.

gdelmas commented 10 years ago

no examples provided