Pseudo Code Editor [closed]

試著忘記壹切 提交于 2019-12-21 03:27:33

问题


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.


回答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.




回答2:


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.




回答3:


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++




回答4:


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



来源:https://stackoverflow.com/questions/4110013/pseudo-code-editor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!