Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clicking filename in documentation popover opens in external editor #59

Open
devurandom opened this issue Dec 17, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@devurandom
Copy link

Describe the bug

When opening the documentation popover using ^Q, I see a filename with absolute path and file extension in blue at the bottom of the popover. Clicking it will open the file in an external editor, outside of IntelliJ.

To Reproduce
Steps to reproduce the behavior:

  1. Move cursor over a function
  2. Press Ctrl+Q
  3. See documentation popover
  4. See absolute path to file at the bottom
  5. Click filename
  6. Notice that file opens in external editor

Expected behavior

I would expect two things to be different:

  • Instead of the absolute path to the file, I would expect the Clojure namespace to be shown
  • I would expect a click on the filename (namespace) to open the file in IntelliJ

Desktop (please complete the following information):

  • OS: Linux
  • Intellij version: see below
  • Plugin version: see below
IntelliJ IDEA 2024.3.1 (Ultimate Edition)
Build #IU-243.22562.145, built on December 9, 2024
Licensed to [REDACTED]
Subscription is active until [REDACTED].
Runtime version: 21.0.5+8-b631.28 amd64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.awt.wl.WLToolkit
Linux 6.12.4-200.fc41.x86_64
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 8192M
Cores: 8
Registry:
  ide.experimental.ui=true
  i18n.locale=
  org.toml.json.schema=false
Non-Bundled Plugins:
  com.jetbrains.plugins.ini4idea (243.22562.180)
  org.jetbrains.plugins.go (243.22562.145)
  com.github.clojure-lsp (2.6.4)
  djblue.portal (0.58.4)
  com.intellij.grazie.pro (0.3.354)
  name.kropp.intellij.makefile (243.21565.122)
  com.intellij.plugins.watcher (243.22562.13)
  org.intellij.plugins.hcl (243.22562.13)
  PythonCore (243.22562.145)
  com.jetbrains.rust (243.22562.187)
  aws.toolkit.core (3.45-243)
  com.github.clojure-repl (1.6.0)
  com.jetbrains.space (243.21565.122)
  org.jetbrains.plugins.go-template (243.21565.122)
  com.intellij.ideolog (243.22562.180)
  PlantUML integration (7.11.2-IJ2023.2)
  com.intellij.datagen (243.21565.122)
  org.jetbrains.plugins.localization (243.21565.122)
  com.intellij.properties.bundle.editor (243.21565.122)
  Pythonid (243.22562.145)
  com.intellij.aqua (243.22562.155)
  com.intellij.ml.llm (243.22562.251.6)
  mobi.hsz.idea.gitignore (4.5.4)
  com.jetbrains.plugins.jade (243.21565.129)
  com.intellij.bigdatatools.core (243.22562.145)
  com.intellij.bigdatatools.binary.files (243.21565.129)
  com.intellij.bigdatatools.rfs (243.22562.145)
  com.intellij.tide (243.22562.164)
  mdx.js (243.21565.120)
  com.dmarcotte.handlebars (243.21565.122)
  deno (243.22562.13)
  to.bri.intellij.clubhouse (0.1.13)
  net.ashald.envfile (3.4.2)
  com.jetbrains.php (243.22562.164)
  aws.toolkit (3.45-243)
Kotlin: 243.22562.145-IJ
Current Desktop: KDE
@devurandom devurandom added the bug Something isn't working label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant