labs4capella / python4capella

Python for Capella
Eclipse Public License 2.0
52 stars 10 forks source link

Remove include error. #161

Closed ylussaud closed 1 year ago

ylussaud commented 1 year ago

It's possible to remove the error on the EASE include statement reported by PyDev. To do so you need to add the include keyword:

image

This should be documented or configured by Python4Capella.

ylussaud commented 1 year ago

this should fix #44.

ylussaud commented 1 year ago

This method might be also used to remove other false errors live argv see documentation.

stephanelacrampe commented 1 year ago

I tested it, it works so well!! this is great news!!!