Re: Help Required in implementing code completion feature

"Nobody" <user_77@hotmail.com>
14 Dec 2003 21:55:38 -0500

          From comp.compilers

Related articles
Help Required in implementing code completion feature vram1@student.monash.edu.au (2003-12-13)
Re: Help Required in implementing code completion feature user_77@hotmail.com (Nobody) (2003-12-14)
| List of all articles for this month |

From: "Nobody" <user_77@hotmail.com>
Newsgroups: comp.compilers
Date: 14 Dec 2003 21:55:38 -0500
Organization: RoadRunner - Central Florida
References: 03-12-096
Keywords: tools
Posted-Date: 14 Dec 2003 21:55:38 EST

"Vivek" <vram1@student.monash.edu.au> wrote


> I'm trying to develop a code completion module for an IDE of a simple
> OO language. This would be similar to code completion features found
> in Visual Studio( Microsoft IntelliSense), Eclipse(Java IDE) etc. I
> have the grammar and a compiler developed using lex and yacc.


Why reinvent the wheel.
http://synedit.sourceforge.net/


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.