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

Image ending in .JPG missing false positive #3537

Closed
jojo2357 opened this issue May 3, 2024 · 4 comments · Fixed by #3542
Closed

Image ending in .JPG missing false positive #3537

jojo2357 opened this issue May 3, 2024 · 4 comments · Fixed by #3542
Labels
bug Deficiencies in TeXiFy behaviour.
Milestone

Comments

@jojo2357
Copy link
Contributor

jojo2357 commented May 3, 2024

Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version

Compiled from 04d73ad

Operating System

The usual

What I did (steps to reproduce)

Project structure like so:

|
| - main.tex
| - picture.JPG

main.tex

\documentclass[11pt]{article}
\usepackage{graphicx}
\usepackage{float}

\begin{document}
\begin{figure}[H]
    \centering
    \includegraphics[width=\textwidth]{picture}
\end{figure}
\end{document}

When adding .JPG to the \includegraphics, I then get a warning saying I dont need the extension.

changing the ext to .jpg is also a viable fix, but I shouldnt need to since it all compiles.

@jojo2357 jojo2357 added bug Deficiencies in TeXiFy behaviour. untriaged Issue type still needs to be triaged or verified. labels May 3, 2024
@jojo2357
Copy link
Contributor Author

jojo2357 commented May 3, 2024

Also just realized that Intellisense does not suggest picture.JPG but will suggest picture.jpg.

@PHPirates
Copy link
Collaborator

Intellisense is a Visual Studio feature, I believe

@PHPirates PHPirates removed the untriaged Issue type still needs to be triaged or verified. label May 4, 2024
@jojo2357
Copy link
Contributor Author

jojo2357 commented May 4, 2024

Should I call it autofill then?

@PHPirates
Copy link
Collaborator

It's called code completion or auto completion

jojo2357 added a commit to jojo2357/TeXiFy-IDEA that referenced this issue May 4, 2024
jojo2357 added a commit to jojo2357/TeXiFy-IDEA that referenced this issue May 4, 2024
@PHPirates PHPirates added this to the Next milestone May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Deficiencies in TeXiFy behaviour.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants