1

Does any IDE support feature to show all available arguments for specific function? For example instead just showing circle(nothing) like this: enter image description here

To show something like this (similar like Visual Studio does with C#): enter image description here

If Texmaker can't do this is there then any IDE to have that feature for LaTex?

Hury H
  • 11
  • Welcome to TeX.SE. May be this is something you can ask the SW support of TeXmaker? This is not directly related to any TeX related issues per se. – Raaja_is_at_topanswers.xyz Mar 15 '19 at 11:57
  • Thanks.. :) It would be nice if you know any IDE to have that feature to tell, this annoys me to write something completely rote.. – Hury H Mar 15 '19 at 12:06
  • I am really sorry, I don't know of anything ATM that has influence on the document class. However, I know for a fact that TeXstudio can suggest preferences for \usepackage{...}. See: https://imgur.com/a/Fv4bWl4 – Raaja_is_at_topanswers.xyz Mar 15 '19 at 12:09
  • 3
    @Hury Like C# IDEs, there are thousands of LaTeX IDEs, and no one uses them all. However, as I can see, none of the IDEs I know have that feature. (However you can always add \documentclass{article}, \documentclass{report}, etc. to the auto-complete list of your Texmaker.) –  Mar 15 '19 at 12:11
  • See https://tex.stackexchange.com/questions/479706/how-to-disable-suggestions-when-typing-usepackage?noredirect=1#comment1212088_479706 Sublime is able to show such suggestions. – samcarter_is_at_topanswers.xyz Mar 15 '19 at 21:09
  • @samcarter Thanks man! This was driving me out.. PS. a little weird how at the same time someone does not want the same feature heh.. – Hury H Mar 18 '19 at 20:20
  • @HuryH You're welcome! Would you like to write a short self-answer so that future users with the same problem can benefit from your findings? – samcarter_is_at_topanswers.xyz Mar 18 '19 at 20:32

1 Answers1

0

Okay, thanks to samcarter(https://tex.stackexchange.com/users/36296/samcarter), I finally manage to find proper IDE for my problem. It's Sublime. Downloaded it and installed LaTeX-cwl package as well as LaTeXTools and LATeXYZ package to enable suggestions as I wanted. Works like charm..

Hury H
  • 11