Questions tagged [autocomplete]
About using and customizing the front-end's auto-completion feature
91 questions
6
votes
0
answers
306
views
Disable trivial suggestions
Mathematica 14.2 likes to autocomplete words that are already complete. Is there a way to disable such trivial suggestions that have already been typed?
3
votes
2
answers
170
views
Is Association key autocompletion possible?
Not much to add to the question. I'm not looking for function autocompletion which is described in several posts, particularly 56984.
I find myself constantly doing ...
3
votes
0
answers
72
views
Dataset key name autocomplete
I am working with a large dataset with over 100 keys. When writing queries, I would like to get autocompletion for the key names. My current approach is:
...
3
votes
0
answers
190
views
How to change Mathematica 14 preferences by modifying application file(s), rather than by using the graphical user interface (GUI)?
I'm running Mathematica 14 on Windows 11. Is there a way to modify Mathematica's preferences by modifying one or more application files, rather than using Mathematica's graphical user interface (GUI) ...
2
votes
1
answer
109
views
Bind a key to show autocompletion
I've searched for a feature which is usually available in most IDEs where you are able to de-activate autocomplete and by pressing a key, usually Tab, the autocompletion pops up and you can either ...
0
votes
0
answers
122
views
Automatic evaluation of a function for variable values defined from different data tables in the attachments
I want to evaluate a function whose variable values are defined in different data files. I want to know that how can I write code such that when the function's evaluation is exhausted for one table, ...
2
votes
0
answers
60
views
Where are user-defined usage messages stored in the front-end for autocomplete stored -- and how can I clear them out?
I am writing some code which automatically sets the usage messages for a function, and I am having some trouble iterating on it, particularly in getting it to work correctly in the autocomplete.
At ...
3
votes
1
answer
190
views
Autocomplete doesn't work when the CellContext is set to be Notebook (Mathematica 13.3)
I am using mathematica 13.3. When the CellContext option is "Global" the autocomplete works fine. I would like to have individual variable in each notebook, so I use the following command:
<...
0
votes
1
answer
110
views
Is it possible to set autocompletion, when the variable name starts with $, ignore it?
I need to use variables like \$ + capital letters(\$A,\$B,...) frequently in a project, the default autocomplete always pops up automatically, in most cases, it's a distraction. Can we set Mathematica ...
2
votes
0
answers
55
views
Auto completion starting from anywhere in the name
Edit: After reading the last answer from the related question mentioned below I saw that it was all I needed.
What I would like
I would like to type Comp and automatically see auto complete ...
13
votes
1
answer
339
views
Autocomplete in Mathematica 13
Bug introduced in 13.0.0
If I type f[x_Inte and hit Tab to autocomplete, MMA correctly autocompletes this into f[x_Integer.
But ...
19
votes
0
answers
307
views
New Needs alias - How to make autocomplete works
Mathematica 13 has a cool new feature for Needs. Now it's possible to use alias:
Here is a simple doc example:
The problem is, the autocomplete do not work for ...
0
votes
1
answer
135
views
Nonlinear Model Fitting to Numerical Data with automatic elimination
I have an experimental data set {f,x,y,z} as
{{300., 2., 4., 6.}, {500., 0., 4., 25.}, {6600., 1., 15., 9.}, {100.,
5., 0., 2.}, {1100., 10., 8., 1.}, {1300., 7., 8., 18.}, {300.,
23., 5., 0.}, {400....
0
votes
0
answers
191
views
How to use the autocomplete for built-in function's argument for a user defined symbol?
Suppose I have myFunction as follows:
ClearAll[myFunction];
myFunction[unitName_,somethingElse_]:=...definition...;
I want to ...
4
votes
2
answers
273
views
Autocomplete popup slow (>= v12.2)
On my Windows systems, the autocomplete popup takes extremely long to appear (1-2 secs). This makes typing in Mathematica very uncomfortable for me, as the interface effectively freezes for these 1-2 ...