Questions tagged [word-completion]
12 questions
24
votes
1 answer
Haskell (haskeline) word completion
Haskeline makes it very easy to get filename tab-completion functionality:
module Main where
import System.Console.Haskeline
import System.Environment
mySettings :: Settings IO
mySettings = defaultSettings {historyFile = Just "myhist"}
main :: IO…

amindfv
- 8,438
- 5
- 36
- 58
8
votes
2 answers
Is there any tip or trick to easily select the first word of (g)Vim's omni completion pop up?
For instance, if I write

alexchenco
- 53,565
- 76
- 241
- 413
8
votes
4 answers
Is there a Eclipse-like WORD completion shortcut in VisualStudio 2010?
I have recently switched from Java development and Eclipse IDE to C# .NET and VisualStudio 2010. What I really miss is the Alt + / Eclipse shortcut for word completion. I am NOT speaking about IntelliSense auto completion stuff. I mean, I would like…

Peter Perháč
- 20,434
- 21
- 120
- 152
5
votes
0 answers
easy way for word completion in texmaker
I know that texmaker has the "word completion " option by using right click on the word.
But imagine writing your thesis and needing autocompletion all the time!
Is there a better/ more user-friendly way to do this with texmaker?

shadi
- 127
- 2
- 6
3
votes
1 answer
Inno Setup word completion doesn't work at all
How does word completion work in Inno Setup?
If I press Alt+Right at the middle or at the end of any identifier or word in the code, nothing happens.
I can't find any extensions to install and I can't find answers on the internet to this…

Mira Falzari
- 39
- 4
3
votes
2 answers
Include Word Suggestions in Android Keyboard
Hi I want to include word suggestions in my custom keyboard.
e.g if I write wi it should suggest me whether you want to write "winner" "winks" "wilson" etc
Please guide me.
Thanks

John
- 235
- 1
- 6
- 17
3
votes
1 answer
Given a list of words - what would be a good algorithm for word completion in java? Tradeoffs: Speed/efficiency/memory footprint
I'm exploring the hardware/software requirements (ultimate goal is mobile Java app) for a potential free/paid application.
The application will start with this simple goal: Given a list of relevant words in a database, to be able to do word…
Calvin
1
vote
0 answers
Intellisense in VS2013 for partial class not working properly?
I have been using vs2013 for my Unity game with VS Unity plug-in.
Intellisense is working just fine except for my partial classes.
For some reasons that I cannot fathom, Intellisense's complete word function does not work.
If I write down the…

revolute
- 33
- 3
0
votes
1 answer
How to disable auto-suggestion/word-completion in Windows Mobile 6.5 from settings?
I want to disable the auto suggestion from 'settings' or some type of UI that comes with the OS. I'm using Motorola MC9595, OS 6.5 professional.
I know a registry which changes this behaviour but given my scenrio, thats not an option for me. Also…

Abhinav Kapoor
- 103
- 2
- 7
0
votes
0 answers
How do I disable IntelliSense for Visual Studio Mac?
I've tried following online instructions, but even though everything is unchecked and I save the changes, I am still getting word completion suggestions from IntelliSense. Any help would be greatly appreciated!

Justin86
- 1
- 2
0
votes
1 answer
Word database for iOS custom keyboard
I am writing a custom keyboard for an Asian language and I have a word database with over half a million words. I use Realm for now and use it to give word suggestions. When users type the first few letters keyboard will search the DB and provide…

RJE
- 781
- 6
- 14
0
votes
1 answer
word suggestions control for windows phone 8
Does anyone know how to implement a word suggestion popup menu so that when you type letters it will open up popu menu and suggest words that you can choose from and when chosen you can continue typing much like the word suggestion in for example…

jani_r
- 637
- 1
- 7
- 18