GithubHelp home page GithubHelp logo

Comments (28)

ArunHub avatar ArunHub commented on July 24, 2024 1

For me its working fine...

from bs3-sublime-plugin.

tgirardin avatar tgirardin commented on July 24, 2024

I have the same problem.

from bs3-sublime-plugin.

surjithctly avatar surjithctly commented on July 24, 2024

+1

from bs3-sublime-plugin.

KumarAditya avatar KumarAditya commented on July 24, 2024

The issue is happening for me too.

from bs3-sublime-plugin.

 avatar commented on July 24, 2024

And I have the same.

from bs3-sublime-plugin.

mosleimgai avatar mosleimgai commented on July 24, 2024

step instalation is: before install this plugin, install emmet firstly. it's maybe can solve the problem. and the snippet is not require < again.

from bs3-sublime-plugin.

raedlime avatar raedlime commented on July 24, 2024

The way the problem can be minimized is shown in one of the closed issues.

Below the answer from @JasonMortonNZ :

Hey guys, I've been stumped by the issue for a long time. There's a setting in Sublime called auto_complete_triggers and by default it's set to "auto_complete_triggers": [ {"selector": "text.html", "characters": "<"} ]. I believe this is the root cause of the '<' remaining.

Unfortunately I can't find much (any) info in the Sublime docs in order to work out if there's a potential fix for this, but as a solution I updated the setting to this:

"auto_complete_triggers": [{"selector": "text.html", "characters": "<"},{"selector": "text.html", "characters": "bs3"}]

Hope that helps guys. Bootstrap 4 snippets is under way an will be released soon :)

from bs3-sublime-plugin.

swirly avatar swirly commented on July 24, 2024

Same problem for me. The proposition from raedlime is not convenient for me, as it makes the usual completion with <h3 for exemple bieng inactive

Real problem :(

from bs3-sublime-plugin.

cerealBoxx avatar cerealBoxx commented on July 24, 2024

The solution doesn't work for me. I tried both reinstalling and changing the user preferences as suggested but I still have the issue. Is there another solution?

from bs3-sublime-plugin.

lsvt-olivier avatar lsvt-olivier commented on July 24, 2024

Same issue here and outlined solution doesn't work for me either.

from bs3-sublime-plugin.

vdmytrovskyi-lattice avatar vdmytrovskyi-lattice commented on July 24, 2024

+1

from bs3-sublime-plugin.

Pablocgdev avatar Pablocgdev commented on July 24, 2024

I'll add more info, only happens in linux, working as intended in osx and windows.

from bs3-sublime-plugin.

swirly avatar swirly commented on July 24, 2024

No. It also happens for me on osX.

from bs3-sublime-plugin.

jayleco avatar jayleco commented on July 24, 2024

+1

from bs3-sublime-plugin.

solitud avatar solitud commented on July 24, 2024

+1

from bs3-sublime-plugin.

tsamridh86 avatar tsamridh86 commented on July 24, 2024

Please tell us on details to remove this duplicate < problem, it seriously poses a lot of problems

from bs3-sublime-plugin.

dave-ok avatar dave-ok commented on July 24, 2024

SOLVED: DOCUMENTATION ERROR!

Just started using this plugin, had the same issue and found the fix.

Docs incorrectly state "start typing '<bs3' " instead of just "bs3".

DONT use the "<" tag when typing, just start typing with "bs...". After confirmation (i.e when u hit ENTER or TAB key depending on ur editor), there should be no extra leading "<" character.

Problem is "" in code snippets do not include leading "<" but starts from "bs...". So e.g if u type "<bs3-col" the plugin will decode only "bs3-col" leaving the "<" character behind.

from bs3-sublime-plugin.

dave-ok avatar dave-ok commented on July 24, 2024

Let me/others know if this worked for you

from bs3-sublime-plugin.

Pablocgdev avatar Pablocgdev commented on July 24, 2024

Now it is working as intended, thanks.

from bs3-sublime-plugin.

tsamridh86 avatar tsamridh86 commented on July 24, 2024

This only works inside the tags, it does not work when it's outside.
The method you describe is completely ineffective in HTML syntax

from bs3-sublime-plugin.

dave-ok avatar dave-ok commented on July 24, 2024

I use this in pure HTML and it works fine. Are u sure u have set ur preferences in sublime text to include: "auto_complete_triggers": [{"selector": "text.html", "characters": "bs3"}]. Ensure that u dont have any of ur autocomplete triggers set to capture <bs3 then u shd hav no problems

from bs3-sublime-plugin.

dave-ok avatar dave-ok commented on July 24, 2024

Just tried it in CSS and js still good

from bs3-sublime-plugin.

tsamridh86 avatar tsamridh86 commented on July 24, 2024

tell me how to check it, i am unable to find that in the sublime text menu, thanks

from bs3-sublime-plugin.

dave-ok avatar dave-ok commented on July 24, 2024

Sorry for the late reply.

Goto Preferences->Settings-user and after the last entry place a comma and add like so:

"auto_complete_triggers":
    [
        {
            "characters": "bs",
            "selector": "text.html"
        }
    ]

Save your changes and restart sublime text. Hope this helps

from bs3-sublime-plugin.

tsamridh86 avatar tsamridh86 commented on July 24, 2024

Yes, it works, thank you, please include this in the installation documentation also.

from bs3-sublime-plugin.

dave-ok avatar dave-ok commented on July 24, 2024

You're welcome will try

from bs3-sublime-plugin.

nir-jas avatar nir-jas commented on July 24, 2024

Just Go to Preferences-->Settings-User and Add following line into the settings file.
"auto_complete_triggers": [ {"selector": "text.html", "characters": "bs"} ]

from bs3-sublime-plugin.

Pablocgdev avatar Pablocgdev commented on July 24, 2024

By setting correctly the filetype this is not needed, I can confirm in OSX, Linux and Windows.

from bs3-sublime-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.