Wiki

Changes between Version 2 and Version 3 of AutoCompletion

Show
Ignore:
Timestamp:
09/24/12 04:29:47 (12 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AutoCompletion

    v2 v3  
    11The IDE support for Cobra (whether MonoDevelop, Visual Studio or others) does not yet support autocompletion (aka Intellisense). There are some mitigators to help you out: 
    22 
    3  1. '''Compiler suggestions:''' The Cobra compiler will make provide suggestions for unknown members. For example, the code `someString.tri` will yield: 
     3 1. '''Compiler suggestions:''' The Cobra compiler will make provide suggestions for unknown members. This comes in handy if you know a few characters of the member in question. For example, the code `someString.tri` will yield: 
    44{{{ 
    55error: Cannot find a definition for "tri" in "someString" whose type is "String".