8.16.25042.13001, 2025-02-11
In Script Editor, IntelliSense quits working for code following strings that contain quotation marks or apostrophes.
For example, to the following code in Script Editor, type .
after the Rhino
on line 3, and Rhino’s members are listed. When the same is done to line 5, the members are not listed.
#! python3
import Rhino
Rhino
'"'
Rhino
The same occurs with Python 2 scripts.