Skip to main content

Questions tagged [autocomplete]

About using and customizing the front-end's auto-completion feature

2 votes
0 answers
79 views
+500

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) ...
Andrew's user avatar
  • 10.1k
2 votes
1 answer
51 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 ...
José Ferreira's user avatar
0 votes
0 answers
63 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, ...
SciJewel's user avatar
  • 575
2 votes
0 answers
35 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 ...
Emilio Pisanty's user avatar
3 votes
1 answer
114 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: <...
Oliver Redman's user avatar
0 votes
1 answer
61 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 ...
expression's user avatar
  • 5,662
2 votes
0 answers
37 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 ...
userrandrand's user avatar
  • 5,937
13 votes
1 answer
272 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 ...
AccidentalFourierTransform's user avatar
19 votes
0 answers
268 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 ...
Murta's user avatar
  • 26.3k
0 votes
1 answer
78 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....
Anh's user avatar
  • 125
0 votes
0 answers
126 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 ...
user13892's user avatar
  • 9,523
4 votes
2 answers
188 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 ...
tauAlphaC's user avatar
3 votes
0 answers
43 views

Missing Hover and Autocomplete INFO Buttons for Custom Paclet

I've built my own paclet application with documentation using Workbench 3 (Eclipse add-in 10.1.822) with MM 12.1 (there are currently issues with 12.2-3 and the only Workbench add-in update, which I'm ...
Jeff Henning's user avatar
2 votes
0 answers
65 views

Autocomplete file argument for custom function

When typing Import[" in a notebook Mathematica suggests to autocomplete the file path you want to enter or choose a file using the GUI. Is there a way to let a ...
Gert's user avatar
  • 1,620
0 votes
0 answers
71 views

Function template failed to use in Notebook context

For some reason, I need to set the Notebook context as the default context. And I follow the methods in https://reference.wolfram.com/language/ref/menuitem/MakeTemplate.html to define a function ...
Mr.qin's user avatar
  • 11

15 30 50 per page
1
2 3 4 5 6