Skip to content

Implement TTCN3 document comment view

The eclipse java plugin has a view called javadoc view that displays javadoc for the symbol under the cursor in the editor.

A similar functionality could be added to Titan to display doc comment and AST info while navigating in the code. The information would be practically the same we show with the code hover feature.

A sample screenshot of the javadoc view:

image

Edited by Miklos Magyari