elixir-editors / language-elixir

Elixir language support for the Atom editor.
Other
181 stars 40 forks source link

Auto-complete will lose "?" #78

Closed Ljzn closed 7 years ago

Ljzn commented 8 years ago

language-elixir 0.16.0

example :

def is_true?, do: "yes"

The auto-complete will show is_true

keathley commented 8 years ago

@Ljzn are you using any other plugins like autocomplete elixir or atom-elixir? I'll look into issues with autocomplete+ to see if there are any open issues. It looks like this is an issue with ruby as well which implies that the issue is farther upstream.

keathley commented 8 years ago

Looks like this is an existing issue in autocomplete-plus: atom/autocomplete-plus/issues/715

keathley commented 7 years ago

Closing since this isn't related to this package.