sublimehq / sublime_text

Issue tracker for Sublime Text
https://www.sublimetext.com
810 stars 39 forks source link

Autocomplete not working #6093

Open chr-bakk opened 1 year ago

chr-bakk commented 1 year ago

Description of the bug

I've noticed impairments in upgrading to ST4 in regards to autocompleting.

One place is inside template-strings. There is no autocomplete anymore.

I think I've experienced this another place too, but could not reproduce it, I'll look out for it.

Steps to reproduce

image

Just try typing innerWidth inside the template-string. There is no help to get anymore...

function setZoom(factor,event) {
    const [x0,y0,x1,y1] = this.getViewbox()
    const newbox = `0 0 ${window.inne} ${(y1-y0)*factor}`
    // const width = x1-x0
    // const height = x1-x0
    window.innerWidth
}

Expected behavior

I'd like to get this menu:

image

Actual behavior

I don't get any menu.

Sublime Text build number

4152

Operating system & version

Win 11

(Linux) Desktop environment and/or window manager

No response

Additional information

No response

OpenGL context information

No response

BenjaminSchaaf commented 1 year ago

Does it happen in safe mode?

chr-bakk commented 1 year ago

yes, I tested in safe mode too.

hartsublime commented 1 year ago

@chr-bakk Im using a fresh install of ST 4154 and not experiencing this.

Screencast from 2023-08-15 12-15-49.webm

chr-bakk commented 1 year ago

That seems nice. But this new version is not available on the website or inside the update menu in ST4 yet.

I also have this autocomplete problem with referencing HTML id's in the Githubissues.

  • Githubissues is a development platform for aggregating issues.