Sunday, March 20, 2005

Eclipse Snippets

If you use the Eclipse IDE you may not be familiar with "snippets". These are "chunks" of code that you can pre-write and then when needed, insert them into your code while your typing by double-clicking on the icon in the IDE or by a custom keystroke. I'm trying to create some for the Fusebox 4.1 framework that I use to develop web applications. I found this nice page that provides you with a way to write snippets to prompt the user for values and then insert them into the correct space. Take a look here.

No comments: