Code auto-completion by intelligent auto-copy-paste-modify

Developers often find a code snippet online and implement it in their own program. This process require a copy-paste process on a cross documents. This process can be time consuming as they need to find the code snippet in the web browser, and go back to the editor to implement it. The goal of this...

Full description

Bibliographic Details
Main Author: Arief Setiawan
Other Authors: School of Computer Engineering
Format: Final Year Project (FYP)
Language:English
Published: 2014
Subjects:
Online Access:http://hdl.handle.net/10356/59183
Description
Summary:Developers often find a code snippet online and implement it in their own program. This process require a copy-paste process on a cross documents. This process can be time consuming as they need to find the code snippet in the web browser, and go back to the editor to implement it. The goal of this project is to reduce the time needed for developers to implement code snippet from the web pages. This project creates an Intelligent Auto-Copy-Paste based on auto-completion in IDE. As a result of this project, developers can reduce the amount of window switching for copying a code snippet from web pages. Thus, the coding time for the developers is also reduced.