Menu

#1 Highlight variable bindings

open
None
7
2006-06-11
2005-09-27
Eric Camden
No

It would be very useful if variable bindings in let
forms and in lambda parameter lists were highlighted
with a special color. For example, in

(define func (lambda (foo bar) (let ((baz (+ bar 1)))
(- foo baz))))

foo, bar, and baz should all be highlighted.

Discussion

  • Dominique Boucher

    Logged In: YES
    user_id=1114219

    This feature would require some sort of syntax analysis of
    the source code. This would be a nice feature, though.

     
  • Dominique Boucher

    • priority: 5 --> 7
    • assigned_to: nobody --> schemeway
     
  • Dominique Boucher

    Logged In: YES
    user_id=1114219

    Partial/Experimental support in v1.2.15.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.