Bug: IntelliSense quits working in Script Editor following some strings

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.

2 Likes

Sweet!! Thanks for finding this! I made a ticket to fix

RH-86072 Completion fails for specific script in any python

RH-86072 is fixed in Rhino 8 Service Release 18 Release Candidate