Changes between Version 2 and Version 3 of AutoCompletion
- Timestamp:
- 09/24/12 04:29:47 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AutoCompletion
v2 v3 1 1 The 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: 2 2 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: 4 4 {{{ 5 5 error: Cannot find a definition for "tri" in "someString" whose type is "String".