forked from qt-creator/qt-creator
Added the InsertionPointLocator.
For answers to questions about where to insert a snippet/chunk of C++ code. Ok, currently it will only find the One And Only place to insert method declarations in classes, and it will need some tuning.
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
CPlusPlus::Snapshot snapshot() const;
|
||||
CPlusPlus::Document::Ptr document() const;
|
||||
CppEditor::Internal::SemanticInfo semanticInfo() const;
|
||||
CPlusPlus::LookupContext context() const;
|
||||
const CPlusPlus::LookupContext &context() const;
|
||||
|
||||
using TextEditor::QuickFixState::range;
|
||||
using TextEditor::QuickFixState::textOf;
|
||||
|
||||
Reference in New Issue
Block a user