Overview
In an ideal scenario, we'd like to have it such that Ctrl + clicking on a variable in a script tag in a .cgx file should bring the user to that variable's definition, i.e.
<script>
my_var = something...
then_i_use(my_var) # I ctrl + click it here, wanting to see its definition
</script>
Overview
In an ideal scenario, we'd like to have it such that Ctrl + clicking on a variable in a script tag in a .cgx file should bring the user to that variable's definition, i.e.