Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Commit

Permalink
* main_codemap.ml: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pad committed Mar 8, 2014
1 parent 77c1610 commit 0d95646
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main_codemap.ml
Expand Up @@ -68,14 +68,16 @@ module Model = Model2
* - code swarm (visualize git history, people focus)
* https://code.google.com/p/gource/
* http://artzub.com/ghv/#repo=d3&climit=100&user=mbostock
* - http://www.codetrails.com/ctrlflow, smarter completion by infering
* importance of method (like I do, by #times this entity is globally used)
*
* features of IDE we do want (e.g. see the list at http://xamarin.com/studio):
* - smart syntax highlighting
* - go to definition (=~ TAGS, light db and search bar completion provides it)
* - code navigation (directory, files, also "hypertext" go to def/uses)
* - find uses (funcs, classes, TODO tricky for methods in dynamic languages)
* - code tooltip, hover on use of an entity to display information about
* this entity (#uses, TODO: type/args, comments, code, age, etc)
* it (#uses, TODO: type/args, comments, code, age, methods, etc)
* - unified search (files, entities, TODO but also content)
* - debugger? it helps understand code so a coverage layer or TODO live
* coverage tracing would be nice (as in tracegl)
Expand Down

0 comments on commit 0d95646

Please sign in to comment.