Autocomplete is missing context after typing a dot
See original GitHub issueWhile typing Htm
, the autocomplete popup lists all Html
functions.
However, once you type the .
, it does not list Html
functions anymore.
Expected Behavior
List all related functions belonging to the preceding typed module.
Current Behavior
It does not list anything related to the preceding module. It looks like it loses the context.
Steps to Reproduce (for bugs)
- Open an Elm file with imported modules.
- Start typing the name of an import and check how it displays functions.
- Type the
.
and check how the previously listed functions disappear.
Context
Just trying to list all the functions of a given module while typing.
Your Environment
- Version used: elm-language-server@1.5.0
- Editor used: neovim + coc
- Environment name and version (e.g. node.js 5.4): node v12.13.0
- Operating System and version: macOS Catalina
Issue Analytics
- State:
- Created 4 years ago
- Comments:19 (6 by maintainers)
Top Results From Across the Web
Autocomplete is missing context after typing a dot · Issue #1530
the available suggested options lose the target module after typing a . . Reproduce the bug. Create file mini.vim with:. set nocompatible ...
Read more >How to prevent "."(dot) from cancelling autocomplete in ...
I looked through the default Packages/Default/Preferences.sublime-settings file and while there are several options relating to auto-complete, ...
Read more >Bug: Auto-complete doesn't work for Java in eclipse 2021-03
So I fixed the ini file. But autocomplete doesn't work. The first time I try it I get a popup that has just...
Read more >Code completion | IntelliJ IDEA Documentation - JetBrains
This section covers various techniques of context-aware code ... Type an expression and then type a postfix after a dot, for example, .if:....
Read more >IntelliSense in Visual Studio Code
This issue is caused by missing type declaration (typings) files in JavaScript. You can check if a type declaration file package is available...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Razzeee done, I hope it helps 😃
@Razzeee I’ll create the ticket between today and tomorrow 😃