Recommendation for Pseudo Code Editor for Development

89,847

Solution 1

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.

Solution 2

You could easily define your own pseudocode language for NotePad++ by using their custom language plug in system. And you can turn on the built-in, language agnostic autocomplete system in -> Settings > Preferences > Backup/Autocompletion

Check out: Creating a User Defined Language in Notepad++

Solution 3

Pseudo-code, by its nature, isn't formalized and won't have a real syntax, and won't have identifiers in the normal sense. Moreover, it's idiosyncratic, so you'd have to define your own rules. So, I'd be astonished if there was such a thing that was actually useful. Try Python, maybe; it's about as close as you'll get to pseudo-code with a real definition, and plenty of editors handle it.

Solution 4

There won't be any specific to your psuedocode. It varies from developer to developer.

Share:
89,847
Royi
Author by

Royi

Electrical Engineer (Student)

Updated on February 27, 2021

Comments

  • Royi
    Royi about 3 years

    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.