Sublime Forum

Search everything (Ctrl+P) opens file when enter some symbols

#1

I want to open file Grid.ts.

Case1:

  1. Press Ctrl+P
  2. Enter ‘gr’
    Expected behavior: search field show me file list for my request
    Actual behavior: sublime opens file
    See

Case2:

  1. Press Ctrl+P
  2. Enter ‘gid.ts’
    Now it works as expected.
0 Likes

#2

Gif for case2

0 Likes

#3

Does it happen in safe mode?
https://www.sublimetext.com/docs/safe_mode.html

0 Likes

#4

in safe mode works fine

0 Likes

#5

List of installed packages: “JavaPropertiesEditor”, “LiveReload”, “MarkdownPreview”, “Package Control”, “TypeScript”

0 Likes

#6

How can i reset configuration to defautl?

0 Likes

#7

Sublime start working properly after disable JavaPropertiesEditor package
Found issue https://github.com/seanliang/JavaPropertiesEditor/issues/6

1 Like