Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED]Qt Creator Intellisense or autocomplete not working?
Forum Updated to NodeBB v4.3 + New Features

[SOLVED]Qt Creator Intellisense or autocomplete not working?

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 8.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Chaitanya
    wrote on last edited by
    #1

    This is the first time it didn't work. I'm using Qt Creator 2.4.1
    When i use @QList<int>:: @ intellisense stops giving any suggestions. I hit ctrl+Space nothing happens. I have included the QList header.
    But when i manually enter QList<int>::iterator , it recognizes it and the code gets highlighted.
    But in this video it is working :-http://www.youtube.com/watch?v=-xGGPfdQ-n4&t=48s
    But that is a different version of Qt creator.
    So is something wrong with my installation or does the 2.4.1 version has some problem? Does it work for anybody else? can somebody try this for me?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      shoyeb
      wrote on last edited by
      #2

      not a big deal u can try and maually code that part...
      some times it happens with templated class or when the creator is not able to find the class properly...

      but this will not give u error, u can directly write method which is not shown by the intellisense....

      There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code.

      1 Reply Last reply
      0
      • C Offline
        C Offline
        Chaitanya
        wrote on last edited by
        #3

        Thanks shoyeb,
        Yes i can manually do it but still
        Does it work for others using the version or is it just my installation?
        I wanted to know.Because if there is something wrong with my installation then i can reinstall.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          shoyeb
          wrote on last edited by
          #4

          even in my machine also it didn't worked so i told u to do it manually.. :)

          if its not working then it doesnot mean that there's something wrong with ur installation..
          its just dat ur Qt creator is not able to find that method or class...

          if there is anything wrong with ur installation then u would not be able to run a single project on it... :)

          There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code.

          1 Reply Last reply
          0
          • C Offline
            C Offline
            Chaitanya
            wrote on last edited by
            #5

            Thanks,
            That answers my question

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved