Posts Tagged IntelliJ IDEA

Developing a plugin for IntelliJ IDEA – some useful tips and links

Tags: , , , , ,

When I started thinking about writing my first plugin for IntelliJ IDEA the biggest problem was lack of good and comprehensive guides how to do it and how to do it well gathered in one place. So this post will be a written collection of my personal experiences, links and other resources I found useful and noteworthy in my road to releasing Share with Pastie plugin to public IntelliJ repository.

Links

Before starting writing your mind-blowing and super-extra-useful plugin you should first do some reading. Below there is a list of places worth visiting:

Getting Started - a place where you should start. The most basic introduction to creating new plugins.

Basics of plugin development – second page similar to previous one but some interesting knowledge can be found there.

Continue reading this post …


Be Sociable, Share!

Share with Pastie – my first plugin for IntelliJ IDEA

Tags: , , , ,

When I started working for a new companyy I also changed my IDE so since June I am using IntelliJ IDEA. And I can undoubtedly say that it is worth every penny or Polish Zloty to be more precise :) It is more stable than Eclipse and it has many well supported extensions which are working out of the box without any, really ANY issues.

But this is not a post about greatness of JetBrains product. Since we all are working remotely (max distance between developers is about 650km) we use plenty of tools which allow us to collaborate, communicate and share ideas through the Internet. Skype, GoogleDocs, Planning Poker, tinyPM, company wiki are all among them. But one thing we are doing a few times each day is sharing code fragments online. When I have problem, I post code so we can talk about it, when I have an idea how to solve something, I post code to other team members and they can say whether my solution sucks or rocks. Mostly we share code using Pastie.org service.

Continue reading this post …


Be Sociable, Share!