Adding GIT support to existing project in IntelliJ IDEA

I have successfully opened a Maven subproject within IDEA. Naturally, it hasn’t enabled Git integration automatically. From VCS menu I have selected “Enable Version Control Integration” and chose “Git” from submenu. Then IDEA complained that there is no .git folder within the project and offered to select parent .git folder. I did it and everything … Read more

Escape to IntelliJ IDEA shortcuts from IdeaVim

I made .ideavimrc that contains bindings for all conflicted mappings. Maybe it’ll be usefull to someone. imap jj <Esc> let mapleader = ” ” map <leader>a :action $SelectAll<CR> map <leader>b :action GotoDeclaration<CR> map <leader>c :action $Copy<CR> map <leader>d :action EditorDuplicate<CR> map <leader>e :action RecentFiles<CR> map <leader>f :action Find<CR> map <leader>g :action GotoLine<CR> map <leader>h :action … Read more

Why can’t I drag execution point in IntelliJ (I can in Visual Studio)

IntelliJ interacts with a running JVM through the standard Java debugging interface, so it can debug programs’ against different JDKs. This does not support moving the execution point around as you describe. It does let you wind the call stack back and perform a method call again. In IntelliJ, use the threads window to select … Read more

Warnings while building Scala/Spark project with SBT

Is there a better way to structure build.sbt (add other resolvers e.g.?), so that I can get rid off the warnings? One way is to manually tell sbt what dependencies you prefer, for your case: dependencyOverrides ++= Set( “io.netty” % “netty” % “3.9.9.Final”, “commons-net” % “commons-net” % “2.2”, “com.google.guava” % “guava” % “11.0.2” ) I … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)