Skip to content

Refactoring actions don't work when not using explicit project configuration #492

Open
@hultberg

Description

@hultberg

I noticed that the intentions package is not working correctly anymore. The keybinding resolver successfully indicate that the intention package was triggered but the menu do not show. I have used the debugger and it stops at https://github.com/steelbrain/intentions/blob/v1.1.5/lib/commands.js#L127 which emits an event to see if the list should open. I'm not saying that this issue has been caused by serenata but the intentions package has not been updated for years and
I just wanted to bring attention to this issue.

The following is confirmed from my side:

  1. intentions:show is triggered but stops at the referenced line (see link)
  2. serenata provideIntentions is called and has 11 items on startup.

Can you provide any more hints and tips to debug this issue. The refactoring bit is an important functionality.

$ atom --version
Atom    : 1.41.0
Electron: 4.2.12
Chrome  : 69.0.3497.128
Node    : 10.11.0

$ apm --version
apm  2.4.3
npm  6.12.0
node 12.13.0 x64
atom 1.41.0
python 2.7.17
git 2.23.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions