codefori / ileditor2-issues

A place where you can search and raise issues for ILEditor 2.
1 stars 0 forks source link

Hide commented code from content assist #119

Open AjaykulkarniIBMi opened 3 years ago

AjaykulkarniIBMi commented 3 years ago

Use tags for the following:

When i am keying in code and say the field name is OrderNumber, and i have also comments in the program like " When the Order is entered the ordering pattern can be in any Orderdate and needs to be ordered before December the other Orders"

So if you see, when i key in Order, in the drop down box i am getting Order, Orders,Orderdate, Ordernumber. Can you change the tool such that the drop down box shows only OrderNumber and not from the COMMENTS?

worksofliam commented 3 years ago

This isn't a bug as is the intended functionality of Monaco. I will change the tag and perhaps this is something we can work on alongside the LSPs for COBOL and RPGLE.