Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Word Completion(Alt+/)(What exactly does it do and why so slow?)
Word Completion(Alt+/) [message #1384759] Sat, 31 May 2014 17:57 Go to next message
Reza Roboubi is currently offline Reza RoboubiFriend
Messages: 3
Registered: January 2014
Junior Member
I have a long file(about 4000 lines) and Word Completion(Alt+/) is quite slow.

Obviously it's doing something more than just "look around" the current line and find a decent match.

What exactly does it do? I want TRUELY dumb but snappy fast Word Completion. How do I do that?

Many thanks.
Re: Word Completion(Alt+/) [message #1405455 is a reply to message #1384759] Thu, 07 August 2014 11:58 Go to previous message
Ralf von dem Huegel is currently offline Ralf von dem HuegelFriend
Messages: 1
Registered: August 2014
Junior Member
maybe you can also profit of an external standalone tool (in Windows) such as >> www.strokey.net << to complete words, you already wrote before. For example if you write >> var MyLongNumber = 123456; << you can reuse the name of the new var by typing >> MyL << and press the user defined key such as >> ^ << or >> ° << or whatever to complete it.
You can also define abbreviations like >> pc=public+class <<. Your keystrokes will be recorded in the background and you can insert >> public class << through writing only >> pc << and press the defined key such as >> ^° <<.
(Another way to define abbreviations would be the syntax of >> pc§public&class <<, if you prefer.)
This tool is an independent background process and then you can reuse your written words in nearly every program (Word, Notepad++, Browsers, Visual Studio ...). It helps to document source code and by adding remarks.
Previous Topic:Adding Code style profile
Next Topic:Steps to get gdb commad/response log
Goto Forum:
  


Current Time: Sat Dec 21 16:56:24 GMT 2024

Powered by FUDForum. Page generated in 0.05330 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top