Intellisense and code completion

Hi all,
this is maybe not WDA question, but I think all WDA developers have to deal with this problem and I want to know your opinions. The problem is something like intellisense and code completion in abap editor. I'm coming from .NET and Visual Studio world, where this features are implemented and they are very very useful.
Now when I'm programming something in SE80 I type some_class_instance-> and I want to from editor to show me all methods with description, then I choose some method and editor fill in all method parameters. Now I have to memorize methods and parameters or search for them, which cost a lot of time.
Example: http://www.fileguru.com/images/b/editor_net_development_microsoft_net-8526.gif
Best regards Jiri

Hi
Check this video
http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/90db53c4-812d-2c10-0789-dc18f6c9c725&overridelayout=true
Regards
Manas Dua

Similar Messages

  • Kdevelop and code completion

    hi all, i'm trying to resolve a trouble... i use kdevelop for write c++ code and i cannot use code completion... in kdevelop faq there's wrote that i can activate code completion in the projects options' section named "Specific c++", i ativate it but i cannot use always the code completion. i've read that i must disable the abbreviation part, and i disable it, (in plugin settings) and i try to add the persistent class store on my projects dir, but i cannot use code completion. so, what can i do? anyone can help me?
    thanks

    i'm sorry, now i can use code completion, i must activate the c++ parser.
    thanks

  • What is the table for catalogs and codes complete list???

    Dear Experts,
    How to retrieve the total list of catalogs and codes by using table??
    can any one give me the table name to retrieve the complete list of catalogs and codes ??
    Please do the needful.
    Thanks ,
    Sunil Boya

    Sunil,
    See this document. Catalog Profile and Catalogs & Codes
    If you see this join picture you'd understand that the answer to your question is tables: T352C, QPGR, QPCD.
    If you are looking for individual tables then
    VIQMFE - for Object part and Damage
    VIQMUR - for Causes
    VIQMSM - for Tasks
    VIQMMA - for Activites
    QPGT - for Code Group texts
    QPCT - for Code texts
    If you want to know more you may ask.
    Best of Luck
    Jogeswara Rao K

  • Code completion and formatting

    Hi,
    The code completion works only for the objects not for keywords. Also for the case seems to be fixed during code completion? It would be nice to have code completion for both keywords and objects with case configuration. It would save a lot of time during development and it is provided in other SQL/PLSQL ide's like TOAD and PLSQL Developer.
    Thanks
    Bala

    Hi,
    The code completion works only for the objects not for keywords. Also for the case seems to be fixed during code completion? It would be nice to have code completion for both keywords and objects with case configuration. It would save a lot of time during development and it is provided in other SQL/PLSQL ide's like TOAD and PLSQL Developer.
    Thanks
    Bala

  • I changed my phone security code and I completely ...

    I changed my phone security code and I completely forgot it cause I haven't been using my phone for a long time please help me what should I do
    Solved!
    Go to Solution.

    There is absolutely no other way but to get the Security Code reset to the default 12345 at Nokia Care. Do carry a proof of ownership (Bill / Invoice) ..

  • Code completion and Javadoc question in JDeveloper

    Hey guys,
    I think this is a very n00b question, but I cannot for the life of me figure this one out. I was wondering when the code completion window shows up to assist me in selecting the correct method, I was wondering if there was a way for it do display the Javadoc for that method as well in the same window. That way I dont have to keep going to the browser to refer the JDK 5 API on the web.
    Thanks.
    Surya

    Not in the same window, but pressing ctrl+D while standing on an object will pop up the quick javadoc.

  • Any free online C# editors with code completion?

    Hello, I am looking for an online IDE for C#. I have come across many IDEs that have claimed to 'support' C#, but in reality only offer syntax highlighting. Compilr (compilr.com) looked promising, but it requires a subscription. I found .NET Fiddle (dotnetfiddle.net),
    but it seems very limited (you can't compile multiple files at a time, for example) and you can't download files/push to Github. Finally, I came across Chpokk at chpokk.apphb.com (which at first looked really promising), but even though it says it has "Intellisense",
    when I try typing something like 'Console.' nothing shows up (was I doing something wrong?).
    So in summary, does anyone know of an online, C# IDE that offers:
    code completion
    some way to save files outside of the website (downloading, pushing to Github)
    its services for free (or at least, a one-time payment)
    (I don't even need it to run the code, as long as I can download it somehow.)
    Thanks!

    I checked it out before; I thought that was just Microsoft's version of GitHub? If you go over to www.visualstudio.com/get-started/set-up-vs it says that you have to connect to it with Visual Studio (which I can't do since I'm on ARM and Linux). I tried
    creating a sample project in it, but it doesn't create solutions for you and pushing with Git on the terminal appears to be very convoluted. (I don't want to push every time I want to create a new .cs file.)
    Are there no other IDEs?

  • Microsoft Visual C++ 2003 Code Completion

    Hi Folks, since I'm a newbie on Indesign SDK, there's a startup question:
    How can I get MSVC to make code completion against the Indesign API?
    In "Configuration Properties|Resources|General|Additional Include Directories" I've already added
    source\precomp\msvc and
    source\public
    but nothing helps, no API code completion. For my own WIN32 classes in the same plugin project the completion works fine. I couldn't find anything about it in the docs.
    Thanks in advance for your hints!
    regards Teja

    Hello Eugenio & Teja!
    Teja Try this:
    Close VC
    Then delete the "MyProgram.ncb"
    When you open VC again it rewrites the file.
    That helped me.
    I had the intellisense not working problem, since I read your posts.
    Here is what I did:
    1. Project -> Properties:
    Configuration Properties -> C/C++ -> Command Line:
    Additional Options:
    I removed the /vmg @"MyProjectcpp.rsp"
    2. Project -> Properties:
    Configuration Properties -> C/C++ -> General:
    Additional Include Directories:
    I included all the paths that are in MyProjectcpp.rsp,
    but not theese:
    ..\..\..\source\public\facades\graphics
    ..\..\..\source\public\facades\text
    ..\..\..\source\public\facades\layout
    (I dont have the debug build version, maby theese are for that)
    Then after compiling I got many error messages like:
    error C2220: warning treated as error - no 'object' file generated
    warning C4652: compiler option 'PM representation(/vmg)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
    Then I did this:
    3. Project -> Properties:
    Configuration Properties -> C/C++ -> Precompiled Headers:
    Create/Use Precompiled Headers:
    I changed Use Precompiled Header (/Yu) to
    Not Using Precompiled Headers
    And the intellisense, it is working now.
    Thank you Eugenio!
    Nice coding!

  • Is there any way to fix the slow code completion in Netbeans 5.5+

    Netbeans 5.5 or Netbeans 5.5.1
    Is there any possible fix for the slow code completion within the editor? I've googled this issue and haven't found much of anything relevant.
    While, not used all the time - a faster than what it is now code completion would be helpful.
    Thanks,
    --Todd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    helloWorld
    Thanks for the response and useful response.
    :P
    I'm not a decent machine now and I guess I'll just keep on typing.
    --Todd                                                                                                                                                                                                                                                                                       

  • Code completion particular not working

    Hello,
    in my program there are serveral internal classes. Each class has its own include file. Code completion seems not working for internal classes in other include files.
    example:
    lcl_class1 in includec01   (first included)
         class-methods static1_1
         methods method1_1
    lcl_class2 in includec02   (second included)
         class-methods static1_1
         methods method1_1
    problem:
    While development in lcl_class2 there are no code completion for lcl_class1.
    No code completation for lcl_class1=>static1_1
    but if you declarate "data lo_myclass type ref to lcl_class1." code completion is working fine for public member methods and attributes in the same file.
    In Functiongroups all working fine.
    Best Regards
    Markus Bauernschmitt
    Und da hier eh die meisten deutschsprachig sind und mein Englisch grausam ist, nachfolgend die Erklärung nochmal auf deutsch.... ;-)
    In meinen Programmen findet die Codevervollständigung keine interne Klassen aus vorangegangenen include Dateien. Dadurch werden weder die Klassen selbst noch die statischen Methoden angezeigt. Gebe ich eine statische Methode ein und möchte die Hilfe anzeigen (F2) erscheint die Fehlermeldung "Codeinformationen sind nicht verfügbar".
    Dieses Problem tritt nicht auf, falls die Deklaration einer Variablen in der gleichen Include Datei erfolgt.
    Deklaration einer Variablen in der aktuellen Include Datei -> Dokumentation der öffentlichen (nicht statische) Methoden und Attribute funktioniert
    Zugriff auf öffentliche (statische oder nicht statische) Methoden und Attribute von globalen Variablen (deklariert in einer anderen Datei) funktioniert dagegen nicht.
    Es sind nur anscheinend nur Programme betroffen. Bei Funktionsgruppen (getestet am Beispiel "ldemo_cr_car_rental_screen") trat der Fehler nicht auf.

    Hi Dominik,
    thank you for your answer. The internal classes are already simple and lightweight. In my understanding of OO I keep classes private as possible and so I create this specific "one program helper classes" in the smallest reasonable scope.
    However, this is a architektur decission. But the pivotal question is: Why working this kind of code completion in function groups but not in programs.
    Some additional information.
    - Code completion working in "START-OF-SELECTION."
    - In Functiongroup includes (Testcase lcl_class1 show as public type and lcl_class2 show as local public class.
    Best regards
    Markus

  • Code completion(insight) not working in SQL Developer Version 2.1.1.64

    I recently downloaded SQL developer Version 2.1.1.64. However the code completion feature is not working automatically. I have checked the Automatically complete code in SQL worsheet checkbox under Tools->Preferences-> Code Editor-> Completion Insight.
    Strangely, I get the code completion pop up window when I explicitly press the completion insight shortcut(Ctrl + Space).
    Please help.
    Thanks and Regards.

    Hi, I am getting the following logs :
    Code completion time = 1015
    *...?aux tok2?, parse time = 63
    InsightableOracleDatabase.fetch() time = 360
    Code completion time = 844
    Finished parsing = 0
    *...?aux tok2?, parse time = 62
    InsightableOracleDatabase.fetch() time = 344
    Code completion time = 812
    Finished parsing = 0
    *...?aux tok2?, parse time = 63
    InsightableOracleDatabase.fetch() time = 359
    Code completion time = 891
    Finished parsing = 0
    Thanks

  • Auto code completion settings for new ABAP Editor

    Dear all,
    I am working in New ABAP editor but i am unable to set auto code completion,
    please tell about customising of new ABAP editor for Auto code completion.
    Thanks and regards,
    Gaurav Sood

    Hello,
           1.      Choose Utilities ® Settings.
    The User-Specific Settings dialog box appears.
           2.      Choose ABAP Editor. 
           3.      Set the new editor mode.
    From:
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/29dee414483fe1e10000000a11466f/frameset.htm
    Regards,
    Jorge Diogo

  • Eclipse and auto-completion

    Hi all,
    I'm experiencing a strange behavior with eclipse. If i type Ctrl+Space to allow auto code completion, eclipse hooks up, cpu goes to 100% and i can only force quit. Looking on google, it seems that is a xulrunner issue, they suggest to remove it. But i can't, as it is a dependency for many programs (firefox, eclipse etc)
    What can I do?
    Thanks in advance

    My colleague realized the problem is related to MACRO definition in C code and more in detail to indexing feature. Using the "full indexing" it works, but this feature is no more present in eclipse 3.6 which uses only fast indexing. Do you know if there's a way to enable full indexing option??
    Thanks

  • SQLdeveloper on mac and code insight

    Hi!
    Just downloaded SQL developer 2.1.0.63 and running it on snow leopard. (BTW, for others out there, make sure that you unzip the file with the standard apple utility).
    I cannot get code insight to work for an Oracle or a Teradata DB.
    For Oracle, i type in SELECT * FROM <DB_NAME>. ctr+space and nothing happens. this is in sql worksheet and in newly created files.
    BUT if i just type in SELECT, in a second it gives me select * from table autocompletion.
    as for teradata, i only get autocompletion after select in newly created files, but in sql worksheet - nothing works at all.
    any luck on this?

    when in type in select * from DBNAME.
    this is what i see in the console:
    *...?aux tok2?, parse time = 16
    Finished parsing = 0
    InsightableOracleDatabase.fetch() time = 2216
    SELECT 'SCHEMA' type, username owner, username object_name, null column_name, null column_id, null data_type
    FROM all_users WHERE rownum <=50
    and username like ?
    union all
    SELECT object_type type, owner, object_name, null column_name, null column_id, null data_type
    FROM all_objects
    WHERE      object_type ='TABLE' and object_name not like 'BIN$%' and rownum <=50
    and object_name like ?
    union all
    SELECT object_type type, owner, object_name, null column_name, null column_id, null data_type
    FROM all_objects
    WHERE      object_type ='VIEW' and object_name not like 'BIN$%' and rownum <=50
    and object_name like ?
    union all
    select 'TABLE' type, user owner, synonym_name object_name, null column_name, null column_id, null data_type
    from all_synonyms
    where synonym_name like ?
    and rownum <=50
    and owner in (user,'PUBLIC')
    DBNAME%
    DBNAME%
    DBNAME%
    DBNAME%
    Code completion time = 2271
    when i do this:
    select * from DBNAME.TABLENAME T where t.
    i get this in console:
    *...?aux t2?, parse time = 23
    InsightableOracleDatabase.fetch() time = 705
    SELECT 'COLUMN' type, owner, table_name object_name, column_name, column_id, data_type
    FROM sys.all_tab_cols
    WHERE hidden_column = 'NO' and rownum <=50 and owner = ? and table_name = ?
    union all
    SELECT object_type type, user owner, object_name, null column_name, null column_id, null data_type
    FROM all_objects
    WHERE rownum <=50 and object_name not like 'BIN$%' and object_type IN ('PROCEDURE','FUNCTION','PACKAGE')
    and owner = ?
    union all
    SELECT 'FUNCTION' type, owner, object_name||'.'||procedure_name object_name, null column_name, null column_id, null data_type
    FROM all_procedures
    WHERE rownum <=50 and procedure_name is not null
    and owner in('SYS',?) and object_name = ?
    DBNAME
    TABLENAME
    B
    TERADATA
    B
    Code completion time = 1534
    In this case, the autocompletion works!
    but in the first case - it doesn't do anything (((
    This is when connected to a Oracle DB. (i just also have a teradata connection installed, but it is not connected. not sure why it appears in the console).
    Please help!
    Edited by: strannik19 on Jan 13, 2010 3:55 AM

  • What are the code completion keys in JDeveloper on Mac?

    Does anybody know which key combinations to use for code completion in the Java editor in JDeveloper on a Mac?

    I found out myself. The default key combination (<ctrl>+ space) does not work on my Mac, it pops-up the menu of VMWare Fusion.
    So I assigned another key combination under Preferences->Shortcut Keys. The auto-complete commands to be re-asigned are "Completion Insight" and "Smart Completion Insight".

Maybe you are looking for

  • IMPORT_FUNCTION in content model for Records management

    Hello! I customized my own content model for documents with my own attributes, it works fine, and everything is ok... but when i define property IMPORT_FUNCTION in DMWB for my content model, it has dump with error "DP_ERROR_GENERAL" when i'm trying t

  • SQL Developer 3.0.02 & External table

    Hello all, I encountered an interesting error while working with SQL Developer. I created external table mapped on data file in csv format. Everything works fine up to moment I double clicked the table header of the first column to make data sorting.

  • ICloud Backups need More Control

    Although I'm being plagued by the dreaded Invalid SIM problem, there's one other issue I find to be almost as annoying: the completely automatic iCloud Backups. Don't get me wrong, I love the iCloud concept... but one thing is for the iPhone to backu

  • Making a customable resizable JPanel, but it only works in certain L&F

    Hi, I have created the following resizable JPanel (so that I can set a minimum size it can be dragged to). However, I need it to work under the system L&F, which is XP, but it wont work. The code is below. if you run it the first time, and try to res

  • Game App needs the new "IOS 7" icon

    Thank you, for reading Game App its on itunesconnect in the reviewing process. i got email from apple saying error "on next update include 76x76 and 152x152 images". i was like ok sure, so i open flash pro cc i went to publish setting/ icons and than