njpipeorgan / wolfram-language-notebook

Notebook support for Wolfram Language in VS Code
Apache License 2.0
159 stars 11 forks source link

autocomplete for defined variables #60

Open userrand opened 8 months ago

userrand commented 8 months ago

Is your feature request related to a problem? A clear and concise description of what the problem is.

In python notebooks, defining test=1 in one cell leads intellisense to suggest test when typing it in another cell. At least on my laptop, this does not seem to be the case for this extension. No intellisense suggestion is given when I type test with this extension after defining it in another cell.

Describe the solution you'd like A clear and concise description of what you want to happen.

A suggestion while typing the beginning of a defined variable.

Additional context Add any other context or screenshots about the feature request here.