First of all: Thanks for the great plugin! It has made the work with Eclipse and Arduino much easier - especially linking libraries. Unfortunately the Serial library doesn't work out of the box. The solution is quite simple: Include extern HardwareSerial Serial; in the specific project .h file. A new version of the plugin could do this by default.