Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Using the Lazarus IDE
»
Debugger
»
Can the code editor in Lazarus IDE turn off the history word completion/hint fea
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
TlsLib4Pascal
by
Tomxe
[
Today
at 01:18:22 pm]
Memory location
by
Thausand
[
Today
at 01:05:41 pm]
MR - DebuggerIntf for ter...
by
Martin_fr
[
Today
at 12:54:22 pm]
var vs out (including "co...
by
kupferstecher
[
Today
at 12:49:22 pm]
AArch64, load a constant ...
by
LemonParty
[
Today
at 12:31:06 pm]
How to avoid duplicates i...
by
korba812
[
Today
at 12:01:56 pm]
Separators in the compone...
by
CM630
[
Today
at 10:29:56 am]
Lazarus undead repository...
by
Dankan1890
[
Today
at 10:28:54 am]
[RE-SOLVED] Splitting an ...
by
paweld
[
Today
at 09:52:15 am]
Why does Free Pascal use ...
by
MarkMLl
[
Today
at 09:30:40 am]
[Qt5/Qt6] JPSupport-Qt: J...
by
szlbz
[
Today
at 03:21:56 am]
Extended and XML Frames o...
by
matthius
[
Today
at 01:01:09 am]
Which Linux version
by
cdbc
[August 12, 2026, 11:22:16 pm]
Strangely - Not a questio...
by
Bart
[August 12, 2026, 10:26:58 pm]
Selected Text get number ...
by
Martin_fr
[August 12, 2026, 09:47:56 pm]
To DebugLn or not to Debu...
by
Martin_fr
[August 12, 2026, 09:01:02 pm]
Unleashed Pascal (async/a...
by
Martin_fr
[August 12, 2026, 08:54:07 pm]
New Big Integer library i...
by
ad1mt
[August 12, 2026, 07:16:56 pm]
The best name for procedu...
by
LemonParty
[August 12, 2026, 07:02:53 pm]
'ReadStr' ?
by
J-G
[August 12, 2026, 03:37:39 pm]
Fpcupdeluxe
by
DonAlfredo
[August 12, 2026, 02:20:26 pm]
Trayslate 1.5.0 - Free tr...
by
AlexanderT
[August 12, 2026, 02:18:28 pm]
enable easy marker moveme...
by
Paolo
[August 12, 2026, 01:30:39 pm]
Error installing EyeCandy...
by
JuhaManninen
[August 12, 2026, 08:46:00 am]
LRS Explorer
by
CM630
[August 11, 2026, 11:33:24 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Can the code editor in Lazarus IDE turn off the history word completion/hint fea (Read 314 times)
yinhuajian
New Member
Posts: 21
Can the code editor in Lazarus IDE turn off the history word completion/hint fea
«
on:
June 25, 2026, 06:52:19 am »
When I am writing .pas code, for example, I once entered "perName" as a variable, but now this variable has been removed. However, when I am typing code, the IDE still shows it as a text hint/suggestion. Can I disable this so it doesn't show up?
Logged
Martin_fr
Administrator
Hero Member
Posts: 12618
Debugger - SynEdit - and more
Re: Can the code editor in Lazarus IDE turn off the history word completion/hint fea
«
Reply #1 on:
June 25, 2026, 09:06:01 am »
You refer to "it shows up at the top of the completion list/drop-down"?
It should only show up if it still exists somewhere in some unit. But normally it would show deep down in the list.
You can go to Tools > Options : Codetools > Identifier Completion.
There you find a checkbox "Show recent used identifiers on top": Disable it.
You can also set the order in which all items will be sorted.
You may or may not want "Include identifiers containing prefix" ... This means in addition to identifiers that the IDE believes to be valid (will be found by the compiler), it will also show words that exist anywhere else (even from comments). Those are normally only "from the current unit"
Logged
Ide Tools, Code completion and more
/
IDE cool features
/
Debugger Status
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Using the Lazarus IDE
»
Debugger
»
Can the code editor in Lazarus IDE turn off the history word completion/hint fea
TinyPortal
© 2005-2018