Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommendation for Pseudo Code Editor for Development [closed]

Is there an Open Source "Pseudo Code" Editor with "Syntax Highlighting" and "Auto Complete"? Maybe even a pack for Notepad++ or any other Text Editor?

Thanks.

Solutions

  • Pseudocode - A simple extension for syntax highlighting of generic pseudocode. By @Ben.
like image 656
Royi Avatar asked Nov 05 '10 20:11

Royi


People also ask

How is pseudocode used in software development?

Pseudocode is sometimes used as a detailed step in the process of developing a program. It allows designers or lead programmers to express the design in great detail and provides programmers a detailed template for the next step of writing code in a specific programming language.

Are there standards for pseudocode?

No broad standard for pseudocode syntax exists, as a program in pseudocode is not an executable program; however, certain limited standards exist (such as for academic assessment). Pseudocode resembles skeleton programs, which can be compiled without errors.


1 Answers

Although what Daniel said is correct: Maybe something like this?

http://sourceforge.net/projects/edpcs/

If you want a "real" Pseudo-Code editor, write your own syntax-highlighting configuration for a text editor.

like image 78
thejh Avatar answered Oct 23 '22 13:10

thejh