withfig / fig

Public issue tracker for Fig.
https://fig.io
MIT License
2.04k stars 63 forks source link

No autocomplete in Zed.dev #2917

Closed zarifpour closed 9 months ago

zarifpour commented 9 months ago

Checks

Operating system

macOS 14.0.0 (23A344)

Expected behaviour

I expected the fig autocomplete to display in the terminal.

Actual behaviour

There are no signs of the autocomplete window.

Steps to reproduce

No response

Environment

fig-details:
  - 2.17.1
hardware-info:
  - model: 
  - model-id: 
  - chip-id: Apple M2
  - cores: 8
  - mem: 16.00 GB
os-info:
  - macOS 14.0.0 (23A344)
environment:
  - shell: /bin/zsh
  - terminal: zed
  - cwd: /Users/daniel.zarifpour/.config/zed
  - exe-path: /opt/homebrew/bin/fig
  - install-method: brew
  - env-vars:
    - FIGTERM_SESSION_ID: e3f43ada-6740-4727-8942-7166c7bf6990
    - FIG_SET_PARENT_CHECK: 1
    - FIG_TERM: 2.17.1
    - PATH: REDACTED
    - SHELL: /bin/zsh
    - TERM: xterm-256color
    - __CFBundleIdentifier: dev.zed.Zed
    - FIG_PID: 41376
    - FIG_SET_PARENT: e3f43ada-6740-4727-8942-7166c7bf6990
zarifpour commented 9 months ago

I resolved it after running:

fig install --input-method

Then I restarted Zed.


For some reason when I first ran fig doctor no issues were detected.