Skip to Content
Author's profile photo Thomas Fiedler

Using spell checker when writing ABAP Doc

Hi community,

Do you know how many typos you have in the documentation of your ABAP custom code, e.g. in short descriptions of your global classes? Very often it looks like this in the SE24:


24-08-2016 16-09-07.jpg


Do you see the issues? Not quite obvious here.

In Eclipse the situation is quite better. Documentation of source code is done via ABAP Doc (ABAP Doc), our nice little concept to document classes, methods, parameters and so on. Have you ever realized what happens when you have a typo in your ABAP Doc comment:

 

24-08-2016 16-10-38.jpg

Great, the editor automatically checks the right spelling and displays the errors by underlying the incorrect words. Today I found out that there is much more support for writing correct documentation in the editor. Thanks to the eclipse community that gave us these features for free.


You already know the quick fix functionality in the editor that helps you to write correct ABAP code. But have you ever tried to press CTRl+1 in the ABAP Doc section. Here we go:


24-08-2016 16-11-17.jpg

 


The editor offers you several options in the quick fix dialog to change the spelling or to take over not known words to the dictionary.

What do you think? Is this helpful to improve the quality of your documentation?


Kind Regards,

Thomas.


You want to learn more about ABAP Doc and ABAP development in Eclipse in general?

Please visit our DEV266 hands-on session at Teched Las Vegas, Bangalore or Barcelona.

See you there.





 



 


  





Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      That's a great feature 🙂

      Author's profile photo Former Member
      Former Member

      It did not catch the "Table of Fights" instead of "Flights" description since it is correctly spelled but the wrong word.