Trigger Code Insight
When working with code editors, you can invoke insights either by pressing Ctrl+Space or by entering a trigger character such as the dot (.) in the JavaScript editor. Here's how you can use insights in the different editors:
| Editor | Use this to trigger insight: |
|---|---|
| HTML |
|
| JavaScript |
Enter any character to trigger insight. URL selector and standard imports for a module are not supported. |
| JSON |
Enter any character to trigger insight based on the file's associated JSON schema. |
![Image showing attribute value insight triggered triggered for expressions after $a when you enter <div title="[[ $a ]]". Image showing attribute value insight triggered triggered for expressions after $a when you enter <div title="[[ $a ]]".](img/insight-attribute.png)