No autocompletion for bootstrap in pycharm

已回答

I just added bootstrap CDN to my pycharm project but it is not givin suggestions or autocompelte for bootstrap related stuff

0

First, just to confirm, are you using PyCharm Professional?

When using external JavaScript libraries (e.g. from CDN), PyCharm doesn't have local access to the library code to index it. Thus, you need to teach PyCharm a little bit about it to give coding assistance. This is described in our documentation.

0

I already have external libraries added under the PyCharm2023.3/javascript/extLibs but I'm having the same issue. I used to have autocompletion working for bootstrap before, in the same project, but now that's no longer the case.

Paul Everitt 

0
Hello @Sasrizavi,
Please create an issue on YouTrack (https://youtrack.jetbrains.com/issues/PY) so we can properly investigate the problem.
0

请先登录再写评论。