KURANADO2 / hammerspoon-kuranado

Hammerspoon config(Support custom shortcut keys, emoji search, application shortcut switching, real-time network speed, key echo, etc.)
MIT License
179 stars 23 forks source link

Intellij -> how is your setup #28

Closed muescha closed 1 year ago

muescha commented 1 year ago

I see you use IntelliJ

How is your setup? Which plugins you use?

KURANADO2 commented 1 year ago

There are many plugins I use, such as the following:

muescha commented 1 year ago

thanks a lot

But you have no special setup / plugins for LUA and for writing and debugging the hammerspoon scripts?

KURANADO2 commented 1 year ago

I use terminal vim to write lua scripts for hammerspoon(my vim config file is here:), The Intellij Idea is only used to write java code. If you want to write lua scripts in Intellij Idea, you can install the EmmyLua plugin.

muescha commented 1 year ago

Thanks!

I found the Luanalysis plugin to be slightly better than EmmyLua. It allowed me to have a debug mode, but both have their drawbacks when combined with Hammerspoon.

I also gave SumnekoLua a try, but it wasn't perfect either, so I switched back to Luanalysis.