nc3b Posted April 21, 2008 Share Posted April 21, 2008 Hello. Is there any free editor with syntax highlighting that does more than "reserved keywords" and distinguishes between keywords (if, while, for, class, else, true, etc) and known functions (strlen, pg_fetch_all,array_push, etc)? I mean I want different styles for these different categories. Thank you in advance. Link to comment https://forums.phpfreaks.com/topic/102179-distinguish-between-keywords-and-functions/ Share on other sites More sharing options...
trq Posted April 23, 2008 Share Posted April 23, 2008 Yeah, vim can do all that and some. Link to comment https://forums.phpfreaks.com/topic/102179-distinguish-between-keywords-and-functions/#findComment-525552 Share on other sites More sharing options...
nc3b Posted April 24, 2008 Author Share Posted April 24, 2008 It took you three days to recommend me something and you came up with vim? Come on dude, I was expecting an editor with decent autocomplete features and that really lets me copy-paste text (without some crappy yank command). I happen to be a linux enthusiast, so as you imagine I am quite familiar with vim. Still, I have never found it useful for coding. I am open to other suggestions, and please, seeing I don't like vim, don't bother recommending emacs. Thank you in advance. Link to comment https://forums.phpfreaks.com/topic/102179-distinguish-between-keywords-and-functions/#findComment-525839 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.