Questions tagged [code-assist]
83 questions
22
votes
3 answers
Fast implement wrapping (delegate methods) in Eclipse?
Is there some template or something to implement iterface methods with accessing to wrapped member?
For example, suppose I have
public class MyClass implements List {
private final List core;
...
}
and now I want to…

Suzan Cioc
- 29,281
- 63
- 213
- 385
16
votes
3 answers
Disable Code Assist in Aptana Studio 3
Is there any way to disable code assist in Aptana Studio 3? It is driving me absolutely insane! It changes things I don't want changed, it just overall gets in the way of my workflow. It was never a problem until the most recent update and ever…

CaldwellYSR
- 3,056
- 5
- 33
- 50
11
votes
3 answers
Aptana Studio 3 code assist for Sass (.scss) files
I'm using Aptana Studio 3 and I'd like to get the code assist feature to work for Sass (.scss) files. It's OK if code assist doesn't work for Sass syntax/declarations, but I'd like to get syntax highlighting and code completion help for standard CSS…

North Krimsly
- 879
- 4
- 18
- 33
9
votes
3 answers
ExtJS 4 code assist
how can I write ExtJS code in Eclipse with autocompletion and other features?
I tried with SpketIDE, but there isn't a ext.jsb2 file in the ExtJS 4 package.
Has anyone done this?
Thanks

ksemeks
- 1,778
- 3
- 15
- 17
7
votes
2 answers
How to modify color of inactive line in code assist in Eclipse?
First of all, there is already a similar question, but these answers don't help.
As already mentioned in the topic, I'd like to modify the color of the inactive line in code assist (without changing other areas) because white on light grey…

Bevor
- 8,396
- 15
- 77
- 141
6
votes
3 answers
Can PHP and HTML code assist happen in the same file?
I'm attempting to use Aptana for some web programming. For the most part, I'm impressed! One thing that's driving me crazy is that Aptana won't perform code assist on PHP code in an .html file... and conversely, won't perform HTML code assist in a…

Sam
- 2,152
- 6
- 31
- 44
6
votes
1 answer
Netbeans Code Assistance C++
I'd like to activate the Netbeans Code Assistance but for C++, I just installed Netbeans 8.0 and followed all the steps in Netbeans site for installing Cygwing compiler. I am now able to compile C++ code; however the facility of Code Assistance…

user3598130
- 73
- 1
- 5
6
votes
5 answers
Toad: Table Autocomplete Functionality Not Working
I've been using Toad for more than a year now without problems. All of a sudden the table autocomplete feature has ceased working. No settings have been changed, and I've clean installed a new TOAD version, yet the problem persists.
The image below…

Petteri Pertola
- 281
- 2
- 6
- 23
5
votes
2 answers
Code assist in (jsp /jstl) view for Spring MVC model objects in Eclipse
In Spring MVC when placing an object in the view model like so:
public String getUser( Model model ) {
//...fetch user...
model.addAttribute( "user", user );
return "viewName";
}
and accessing it's values in the JSP / JSTL view like…

Bjorn Thor Jonsson
- 827
- 1
- 10
- 21
5
votes
1 answer
Make ADT Code Assist work like Xcode autocomplete
Is there a way to setup ADT such that the "Code assist" / autocomplete kicks in as soon as I start typing, without having to press Ctrl + Spacebar?
Basically, I'm an iOS developer starting out with Android, and I've gotten very used to the way Xcode…

ch3rryc0ke
- 2,793
- 1
- 22
- 28
4
votes
3 answers
Is populating an integer array the same as populating a float one?
I'm just getting introduced to C, and I was assigned to write a program that would mimic a self check out line at a grocery store. This involves me having to populate an array with the prices of grocery items based on user input, and add them up and…

Dillon
- 41
- 1
3
votes
2 answers
eclipse or Myeclipse Debug "Display" view does not show code assist
About eclipse debug "Display" view
Display view allows you to manipulate live code in a scrapbook type fashion (see Figure 8). To manipulate a variable, simply type the name of the variable in the Display view, and you'll be greeted with a familiar…

rashid.sarwar
- 59
- 5
3
votes
4 answers
What is a good way to find definitions in header files when using gcc?
Does anyone have a recommended way to find definitions in header files when using gcc?
When using MSVC, I can just right-click and select "Go to definition" which is really nice.
I have used netbeans + gcc, and it does have code assistance including…

Jesse Good
- 50,901
- 14
- 124
- 166
3
votes
1 answer
Can dojo 1.7.1 using AMD provide code assist in Aptana 3?
I've tried to get Aptana studio 3 to provide dojo 1.7.1 code-assist without success.
AMD - Asynchronous Module Definition.
Using asynchronous module loading (via AMD support in dojo 1.7) on a simple web page:
require([ "dojo/dom", "dojo/fx",…

shawnT
- 398
- 2
- 8
3
votes
0 answers
Eclipse SQL Code Assist
Is there some trick to getting SQL Code Assist working in Eclipse? I have opened an SQL scrapbook page, assigned it a type, connection name and database.. and tried to type some SQL.
If I enter a schema name..
select * from public.
It shows me a…

Robert Mark Bram
- 8,104
- 8
- 52
- 73