Questions tagged [code-hinting]

90 questions
2
votes
1 answer

What are these annotations in IntelliJ for Java called?

So I was just working on a Java project, and then these annotations popped up as I was typing. I found them to be really really helpful, but I have no idea what this feature is. Could someone point me to the settings for this feature so I know…
SW Williams
  • 559
  • 1
  • 5
  • 18
2
votes
2 answers

Code completion for Javascript libraries in Brackets

Using Brackets, how can I have auto complete for functions defined in helpers.js file from someController.js file? Visual Studio does this through reference paths like this: /// Is there any equivalent…
TPaim
  • 305
  • 3
  • 13
2
votes
1 answer

Emacs code hints in minibuffer. How do I get them?

I've looked all over the internet for this, and since I'm new to Emacs, I don't know what to search for. I'm not looking for mini-buffer completion for commands and such. I'm looking for code hints in the mini-buffer, as shown in this gif. I…
Jonathan
  • 539
  • 4
  • 15
2
votes
2 answers

Is this too many lines and too many nested blocks?

I have the a function that loads a list of things from a database and put them into a select list. The function is as follows : (pseudocode) protected function Foo() { try { get pdo instance prepare statement if (pdo…
Shibby
  • 45
  • 6
2
votes
1 answer

BST build tree double pointers

I am unsure how to set a pointer to a pointer to build a tree. Like once I have traveled to a leaf and call insert, how should I insert another element calling insert with the root node or the address of the root pointer? I think the problem with…
arrowinfedex
  • 121
  • 1
  • 3
  • 11
2
votes
2 answers

What Javascript IDEs can display code hints for Three.js?

I need to find a Javascript IDE or editor that can display code hints for external files such as Three.js. Any help would be appreciated.
Verifitas
  • 23
  • 4
2
votes
2 answers

Sublime Text 2 Code Hinting

This is my first time with Sublime Text 2. I am trying it because people say it works best with Laravel. I have also installed some package such as Laravel Blade, Laravel Snippets, and etc. However, when I tried to play around with it, I found that…
user1995781
  • 19,085
  • 45
  • 135
  • 236
2
votes
3 answers

How to set up emacs for clojure, evil, hinting, paren highlighting?

I'm brand-new to both Emacs and Clojure and would like to set up hinting and syntax highlighting somehow similar to the video here. I have installed: Emacs 24.x Leiningen 2.x Marmalade ...Then within Emacs and via Marmalade, installed the…
Alex Shroyer
  • 3,499
  • 2
  • 28
  • 54
2
votes
1 answer

JQuery-Mobile code assist (code (auto) completion, code hinting) for Netbeans IDE

is there any code assist (code completion, code hinting) feature or plugin for the Netbeans IDE (not autocomletion for text input fields such as for names or states but a code assist (!) for coding)? As far as I know only Dreamweaver CS5.5 supports…
1
vote
1 answer

jquery sdocml not working in aptana studio 3 for eclipse

I first installed the Ruble and it didn't work. Then I read the instructions and place the jquery sdocml file in my project but it still didn't work. Even after restarting eclipse and making a new javascript file, I still get no code hinting. I have…
1
vote
2 answers

How can I use docblock hints with classes for $this variables?

I'm using NetBeans as my IDE. Whenever I have some code that uses another function (usually a factory) to return an object, typically I can do the following to help with hinting: /* @var $object FooClass */ $object =…
Nick
  • 2,872
  • 3
  • 34
  • 43
1
vote
1 answer

Eclipse (with JSF) code assistance (auto code hinting) problem

I am doing a JSF project in Eclipse (Helios) and I enabled the JSF facet for my project. Code assistance (code hinting) works for the JSF tags but not for the attributes. Say, if I type the following then the all possible tags are displayed, that…
siva636
  • 16,109
  • 23
  • 97
  • 135
1
vote
1 answer

why does vscode's intellisense keeps performing code completion whenever I try to type the rest operator into arrow function as a parameter?

Whenever I try to type 3 periods in a roll into an arrow function as the parameter, VSCode always performs code completion with the function name, as follow: This, however, does not happen with a regular function declaration. function…
noirsociety
  • 314
  • 1
  • 2
  • 9
1
vote
2 answers

Can we set a timeout for the Eclipse function hint list?

is it possible to set a timeout for the Eclipse function hint list? Waiting for the full function list to load simply pisses me off...:(
Some Noob Student
  • 14,186
  • 13
  • 65
  • 103
1
vote
2 answers

How to work with PHP, HTML, CSS & JS in same file simultaneously using eclipse for php

Please tell me how to work with PHP, HTML, CSS & JS within same file simultaneously. I mean I do this most often, that the file is *.php extension but I have to write HTML, CSS, PHP, JS all in the same file. So that for each language code hinting…
fuad
  • 13
  • 4