Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Dollar symbol removed when showing autocomplete results #26

@flipsiderich

Description

@flipsiderich

Thanks for atom-inline-autocomplete, this is similar to the most useful feature in Komodo IDE which I've used for years. I develop in Perl and find that if I hit Esc to trigger the auto-complete with your package, any preceding '$' or '%' character is removed, e.g. if my code is:

!/usr/bin/perl

use strict;
my $variable = 123;

Then I type:

$v

and then hit Esc, I end up with:

variable

i.e., the '$' has been removed.

Atom 1.2.4 on OS X 10.11.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions