KURANADO2/hammerspoon-kuranado

Intellij -> how is your setup

Closed this issue · 4 comments

I see you use IntelliJ

How is your setup?
Which plugins you use?

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

  • FindBugs-IDEA
  • Free MyBatis plugin
  • MyBatis Log Plugin
  • Lombok
  • Grep Console
  • Statistic
  • GsonFormat
  • Easy Code
  • Leetcode Editor
  • CamelCase
  • IdeaVim
  • IdeaVimExtension
  • IdeaVim-EasyMotion
  • AceJump
  • SequenceDiagram
  • Easy JavaDoc
  • SonarLint
  • GitToolBox
  • RestfulTool
  • EasyYapi

thanks a lot

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

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.

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.