Questions tagged [code-hinting]
90 questions
1
vote
2 answers
PhpStorm jQuery.noConflict() css completion not working
$('#') // hint a list of id
var j = jQuery.noConflict()
j('#') // no hint
use context as in comments
user8140060
1
vote
2 answers
code hinting / completion for array of Objects in Zend Studio (or any other Eclipse based IDE)
Is this even possible? For example, say I have an array of Dogs. How do I get code completion to work? Here's code to illustrate the problem. Any advice would be great!
class Dog {
private $name;
public static function init_many(array…

jlee
- 492
- 5
- 15
1
vote
0 answers
Code hinting on transpiled ES6 Module in WebStorm fails
I'm trying to setup an ES2015 lib that's added to my other ES2015 projects. I've tried abunch and this is currently where I am:
I have ES2015 modules that are transpiled to 5 and then use import in my ES2015 modules in my base project.
My Lib just…

Jacco Goris
- 58
- 8
1
vote
1 answer
Flash Builder 4 auto import not working
The code hinting works, but when I select the suggested code and press enter it does not auto import.. What might be the problem of this?
Thanks!

Sten Van den Bergh
- 1,565
- 2
- 13
- 20
1
vote
1 answer
zend code hinting in a non-zend project?
I'm trying to get code hinting in eclipse for zend in a non-Zend project. The code works fine, but all I'm getting for code hinting is Zend_5250_. Is there something I need to do to get those code hints?

Berming
- 1,302
- 4
- 18
- 34
1
vote
1 answer
sublime text 3 js code completion not working after installing angularJS
I just installed angularJS package control after following the link http://weblogs.asp.net/dwahlin/using-the-angularjs-package-for-sublime-text, this enabled me to get the angular code hints but it messed up my default code hinting feature in…

Wild Widow
- 2,359
- 3
- 22
- 34
1
vote
1 answer
Eclipse JSDT stops giving proposals when using @memberOf
since i like to code in javascript pretty much like in other OOP environments, i like to modularize my code, like, creating a top namespace for my JS application like this:
var myapp = {};
myapp.module = {
member_function: function(param) {
...
…

Kemény András
- 51
- 2
- 5
1
vote
0 answers
Adobe-Brackets XML/XSLT Code Completion
I'm looking for guide / example / "how to" to working with XSLT language.
With combine all HTML language and more few XSLT tag and function, I can use language default as HTML..
Can I only add (does not replace or remove default code-hint) few tag,…

Quoc K
- 11
- 2
1
vote
1 answer
How to declare and use public functions and subroutines in Worksheet code
I have a public function declared in one of my worksheet modules:
Public Function isValidContract(contract As String) As Boolean
' Code reads cell values from the worksheet and determines
' if passed-in contract is one of them.
End…

livefree75
- 720
- 8
- 18
1
vote
0 answers
Codeigniter full code hint with Dreamweaver
I want to know if there's a way to set a full code hint at Dreamweaver with CodeIgniter, I've check this Setting up codeigniter in Dreamweaver CS 5.5 but I need to know if it can work like this for example:
$this->db->
and at this point that…

hedka77
- 107
- 5
- 17
1
vote
2 answers
PHP own functions autocomplete from included files in Dreamweaver CS5
I'm using Dreamweaver CS5. I know that code hinting works in Dreamweaver with own functions/classes, but only if the functions file is included one level from main script.
Here an example:
main_script.php
include(my_functions.php)
this work and…

Tom
- 151
- 10
1
vote
1 answer
Howto Build XCode5 Code Completion Hints
Trying to add Code Completion Hints to my own objective-c header files by checking some 3rd library headers.Looking if There is Code Completion Standarts in Xcode5 similar to VisualStudio.
I saw "//! description" (without quotas) working very…

Zen Of Kursat
- 2,672
- 1
- 31
- 47
1
vote
1 answer
Dreamweaver CS4 Code Hinting Issues
I'm using Dreamweaver CS4 on a Mac running OS 10.6.2 and I am experiencing issues with code hinting.
Two of my issues are:
Closing tags are not being generated after creating the open tag in the preferences I have selected. This should happen after…

Seth
- 491
- 2
- 7
- 16
1
vote
0 answers
Justinmind Prototyper error
I am using justinmind prototyper to design my web page, But when that generated HTML file is used in Dreamweaver, it shows error as 'Code hinting may not work until you fix this error'. How can i fix this error ?

Vaisakh Cp
- 171
- 4
- 11
1
vote
2 answers
How to enable code hinting for css in Sublime Text 2?
I am new to rails and using Sublime Text 2 for my code writing. It's working well with .erb files but when it comes to writing css in scss files I am not sure how I enable code hinting for css. Like when I want to write font it will display all font…

Trialcoder
- 5,816
- 9
- 44
- 66