Category Archives: IntelliJ IDEA

Another great IDEA presentation

My favourite IDEA presenter, Vaclav Pech is talking about code analysis tools in IDEA.  He talks about Code Inspections (live and on demand) Abstract Syntax Tree The structural code inspection – AST context helps understand the Structure search and replace … Continue reading

Posted in IntelliJ IDEA, Java, Software Development | Leave a comment

Sharing an IntelliJ project via VCS

I found this post Sharing IntelliJ IDEA Project Files in Version Control via the twitter-sphere.  They talk of all the usual stuff like ignore the iws file, but they introduced a neat trick for project variables which I didn’t know … Continue reading

Posted in IntelliJ IDEA | Leave a comment

Netbeans JavaFX plugin experience – and what about IntelliJ Idea?

Warning: Many of the following criticisms are superficial, but I wanted to document my experience of learning a new IDE.  I’ll come back to this post in a year to see what’s changed. I should also state, I’ve got nothing … Continue reading

Posted in IntelliJ IDEA, JavaFX, Netbeans, Software Development | Leave a comment