An Entity of Type: work, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Intelligent code completion is a context-aware code completion feature in some programming environments that speeds up the process of coding applications by reducing typos and other common mistakes. Attempts at this are usually done through auto-completion popups while typing, querying parameters of functions, and query hints related to syntax errors. Intelligent code completion and related tools serve as documentation and disambiguation for variable names, functions, and methods, using reflection.

Property Value
dbo:abstract
  • انتليسنس أو التحسس (بالإنجليزية: IntelliSence)‏، هي تقنية تعمل بمجرد أن يكتب المبرمج الأحرف الأولى من دالة أو متغير حيث تعرض عليه قائمة بجميع الدوال في سياق التعليمة الحالية لينتقي منها. (ar)
  • IntelliSense ist ein von Microsoft angebotenes Hilfsmittel zur automatischen Vervollständigung bei der Bearbeitung von Quellcode durch einen Programmierer. Dabei erhält der Programmierer während seiner Arbeit zusätzliche Informationen und Auswahlmöglichkeiten, die ihm die Arbeit erleichtern und die insbesondere die Menge des manuell einzugebenden Quellcodes reduzieren sollen. IntelliSense ist unter anderem in der Windows PowerShell ISE, in Microsoft Visual Studio, Microsoft Visual Studio Code und Microsoft SQL Server Management Studio implementiert. Ähnliche Funktionen finden sich in nahezu allen fortgeschrittenen Entwicklungsumgebungen. (de)
  • IntelliSense es la función de autocompletado usada en el entorno de desarrollo integrado Microsoft Visual Studio y también en el editor de código fuente Visual Studio Code. Además de completar nombres en el código que el programador está escribiendo, IntelliSense sirve también como documentación y para la desambiguación de nombres de variables, funciones y métodos cuando se usa reflexión. (es)
  • Intelligent code completion is a context-aware code completion feature in some programming environments that speeds up the process of coding applications by reducing typos and other common mistakes. Attempts at this are usually done through auto-completion popups while typing, querying parameters of functions, and query hints related to syntax errors. Intelligent code completion and related tools serve as documentation and disambiguation for variable names, functions, and methods, using reflection. The feature appears in many programming environments. Implementations include "autocomplete +" in Atom, and IntelliSense in Visual Studio Code. The term was originally popularized as "picklist" and some implementations still refer to it as such. (en)
  • インテリセンス (IntelliSense) は、Microsoft Visual Studio の統合開発環境で使用されている、マイクロソフトによる自動補完システム。インテリセンスはプログラマが入力中のシンボル名を補完するだけでなく、メタデータベースのリフレクションを用いることにより、変数名、関数名、メソッド名のドキュメント化と曖昧性の解消に役立つ。 (ja)
  • IntelliSense è una forma di completamento automatico resa popolare da Visual Studio Integrated Development Environment. Serve inoltre come documentazione per i nomi delle variabili, delle funzioni e dei metodi usando metadati e reflection. (it)
  • IntelliSense – forma automatycznego uzupełniania zawartego w Microsoft Visual Studio oraz Visual Studio Code. Jednocześnie służy jako dokumentacja i ujednoznacznienie dla nazw zmiennych, funkcji i metod. (pl)
  • IntelliSense — технология автодополнения Microsoft, наиболее известная в Microsoft Visual Studio. Дописывает название функции при вводе начальных букв. Кроме прямого назначения, IntelliSense используется для доступа к документации и для устранения неоднозначности в именах переменных, функций и методов, используя рефлексию. (ru)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 667170 (xsd:integer)
dbo:wikiPageLength
  • 13901 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1119793953 (xsd:integer)
dbo:wikiPageWikiLink
dbp:date
  • January 2022 (en)
dbp:reason
  • The cited source doesn't mention code completion. (en)
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • انتليسنس أو التحسس (بالإنجليزية: IntelliSence)‏، هي تقنية تعمل بمجرد أن يكتب المبرمج الأحرف الأولى من دالة أو متغير حيث تعرض عليه قائمة بجميع الدوال في سياق التعليمة الحالية لينتقي منها. (ar)
  • IntelliSense ist ein von Microsoft angebotenes Hilfsmittel zur automatischen Vervollständigung bei der Bearbeitung von Quellcode durch einen Programmierer. Dabei erhält der Programmierer während seiner Arbeit zusätzliche Informationen und Auswahlmöglichkeiten, die ihm die Arbeit erleichtern und die insbesondere die Menge des manuell einzugebenden Quellcodes reduzieren sollen. IntelliSense ist unter anderem in der Windows PowerShell ISE, in Microsoft Visual Studio, Microsoft Visual Studio Code und Microsoft SQL Server Management Studio implementiert. Ähnliche Funktionen finden sich in nahezu allen fortgeschrittenen Entwicklungsumgebungen. (de)
  • IntelliSense es la función de autocompletado usada en el entorno de desarrollo integrado Microsoft Visual Studio y también en el editor de código fuente Visual Studio Code. Además de completar nombres en el código que el programador está escribiendo, IntelliSense sirve también como documentación y para la desambiguación de nombres de variables, funciones y métodos cuando se usa reflexión. (es)
  • インテリセンス (IntelliSense) は、Microsoft Visual Studio の統合開発環境で使用されている、マイクロソフトによる自動補完システム。インテリセンスはプログラマが入力中のシンボル名を補完するだけでなく、メタデータベースのリフレクションを用いることにより、変数名、関数名、メソッド名のドキュメント化と曖昧性の解消に役立つ。 (ja)
  • IntelliSense è una forma di completamento automatico resa popolare da Visual Studio Integrated Development Environment. Serve inoltre come documentazione per i nomi delle variabili, delle funzioni e dei metodi usando metadati e reflection. (it)
  • IntelliSense – forma automatycznego uzupełniania zawartego w Microsoft Visual Studio oraz Visual Studio Code. Jednocześnie służy jako dokumentacja i ujednoznacznienie dla nazw zmiennych, funkcji i metod. (pl)
  • IntelliSense — технология автодополнения Microsoft, наиболее известная в Microsoft Visual Studio. Дописывает название функции при вводе начальных букв. Кроме прямого назначения, IntelliSense используется для доступа к документации и для устранения неоднозначности в именах переменных, функций и методов, используя рефлексию. (ru)
  • Intelligent code completion is a context-aware code completion feature in some programming environments that speeds up the process of coding applications by reducing typos and other common mistakes. Attempts at this are usually done through auto-completion popups while typing, querying parameters of functions, and query hints related to syntax errors. Intelligent code completion and related tools serve as documentation and disambiguation for variable names, functions, and methods, using reflection. (en)
rdfs:label
  • انتليسنس (ar)
  • IntelliSense (de)
  • IntelliSense (es)
  • Intelligent code completion (en)
  • IntelliSense (it)
  • インテリセンス (ja)
  • IntelliSense (pl)
  • IntelliSense (ru)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is rdfs:seeAlso of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License