Source Insight

Source Insight is a source code editor by Source Dynamics. Source Insight provides syntax highlighting, code navigation and customizable keyboard shortcuts. It bills itself not just as an editor but a tool to understand a large source code base, and for this reason is called "program editor and analyzer." It is agile and lightweight providing useful features such as relation, context, and symbol windows. It also can display reference trees, class inheritance diagrams, and call trees, as it builds an internal database of symbolic information as it self-parses the source. Its greatest benefit is to speedup code comprehension on an unfamiliar project.

Source Insight
Developer(s)Source Dynamics
Stable release
4.0.0112 (10 Apr 2020)[1]
Operating systemWindows
Typesource code editor
Licenseproprietary
Websitehttp://www.sourceinsight.com

Novel features

Source Insight provides all the features of the venerable cscope in a GUI environment along with a program editor. These C features are extended to object oriented domain and made more robust by being tolerant of the 'typedefs' or 'pragmas' of embedded processor C extensions. Further innovative features such as 'ifdef support' and conditional parsing allows view of the code with inactive code visually and thus aiding speedy comprehension. As more code is added, Source Insight automatically keeps its database updated, displaying variables in different colors depending on if they are local, global, static, function arguments, or yet undefined.[2]

History and usage

It is a commercial software with a usual EULA. A 30-day trial version is available for programmers to try to evaluate. Like many program editors it takes some time for a user to appreciate all of its useful and unusual features.[3] Source Insight has a loyal user-base in the software industry as many long time users find it difficult to work without it. Source Insight has been a player for 15 years but being Windows-only, it's visibility has diminished somewhat, especially with the rise of cross-platform development and programmers being wedded to IDEs from their compiler vendor.

It is mentioned in the leaked Windows NT source code, Source Insight (very powerful and comes on 1 floppy disk!)

Supported languages

Source Insight supports a wide variety of programming languages but primarily geared towards C/C++, C# and Java.

See also

References

  1. "Source Insight Downloads". Retrieved 13 April 2020.
  2. techWeb, "source code editor, with "source insight" as a demonstration vehicle"
  3. eWeek, Review by Peter Coffee, "Editors Expand Coders Tool Kits"
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.