IDE SharpDevelop. , .
, . IDE , , , , .
IDE , . , IDE, , :
getAutocompletionList(editor) {
plugin = editor.languagePlugin;
plugin.getAutocompletionList(editor.cursorPosition, editor.parsedDocument);
}
A CSSLanguagePlugin PHPLanguagePlugin getAutocompletionList - CSS, PHP.
, . , CSS:
h1 {
text-align: <cursor>
:
[cssTopLevelContext] {
[cssPropertyContext]: [cssPropertyValueContext]
}
CSS :
// CSSLanguageBinding
getAutocompletionList(cursorPosition, document) {
completionContext = this.getCompletionContext(cursorPosition, document);
// completionContext is {
// 'name': 'cssPropertyValueContext',
// 'propertyName': 'text-align'
// }
return this.completionDatabase.getCompletionList(completionContext);
// returns ['left', 'center', 'right'];
}
- . , (, , ) - PHP , (private, public, protected). CSS , .
, :
SharpDevelop " " , , .
PHP , .
. PHP, , , , ( PHP) .
, . , ? SharpDevelop ( , , ..). 8000 , 8000 , , .
SharpDevelop , 700K SharpDevelop, - . . , ( , ..).
PHP. CSS , , , . IDE/ / CSS.
, CSS . PHP , - - 8000 , - . , Sublime Text, .