I was trying the the Python Editor (Python Lang. Add-on) using your sample demos and tried adding the line below. Is there any reason why it shows as syntax error for print(f"")?
def sayName(self):
print( f"My name is {self.name}")
Also, for intellisense,
1. it only shows the staticmethods whereas in VSCODE for example, it shows all the methods.
2. it doesn't show the object methods when accessing an instance from an array. Is this is expected?
[Modified 3 years ago]